ci: Pin scylladb docker to fix integration tests (#3126)

This commit is contained in:
Ayaz Salikhov
2026-06-30 16:43:24 +01:00
committed by GitHub
parent 30732882f1
commit c2b129b2f6
2 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ jobs:
services:
scylladb:
image: ${{ inputs.container != '' && 'scylladb/scylla' || '' }}
image: ${{ inputs.container != '' && 'scylladb/scylla:2026.1' || '' }}
options: >-
--health-cmd "cqlsh -e 'describe cluster'"
--health-interval 10s
@@ -156,7 +156,7 @@ jobs:
--health-retries 5 \
--publish 9042:9042 \
--memory 16G \
scylladb/scylla
scylladb/scylla:2026.1
- name: Wait for scylladb container to be healthy (macOS)
if: ${{ runner.os == 'macOS' }}

View File

@@ -13,7 +13,7 @@ If you see the error log message `Could not connect to Cassandra: No hosts avail
If you would like to run a local ScyllaDB, you can call:
```sh
docker run --rm -p 9042:9042 --name clio-scylla -d scylladb/scylla
docker run --rm -p 9042:9042 --name clio-scylla -d scylladb/scylla:2026.1
```
## Check the server status of Clio