Skip to content

Commit

Permalink
fix(c-s): use 5.4.6 image for c-s
Browse files Browse the repository at this point in the history
Recently scylla-tools package is not installed in scylladb docker
images. This makes c-s not being installed in docker images we use for
loaders.

Workaround by pinning version with c-s installed.

workarounds: scylladb#7430
  • Loading branch information
soyacz committed May 14, 2024
1 parent 2b9b6c5 commit 3318a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/test_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ stress_image:
ndbench: 'scylladb/hydra-loaders:ndbench-jdk8-20210720'
ycsb: 'scylladb/hydra-loaders:ycsb-jdk8-20220918'
nosqlbench: 'scylladb/hydra-loaders:nosqlbench-4.15.49'
cassandra-stress: '' # default would be same version as scylla under test
cassandra-stress: 'scylladb/scylla:5.4.6' # empty default would be same version as scylla under test
scylla-bench: 'scylladb/hydra-loaders:scylla-bench-v0.1.20'
gemini: 'scylladb/hydra-loaders:gemini-v1.8.6'
alternator-dns: 'scylladb/hydra-loaders:alternator-dns-0.1'
Expand Down

0 comments on commit 3318a8d

Please sign in to comment.