mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-23 07:00:17 +00:00
ci: Pin scylladb docker to fix integration tests (#3126)
This commit is contained in:
4
.github/workflows/reusable-test.yml
vendored
4
.github/workflows/reusable-test.yml
vendored
@@ -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' }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user