Skip to content

Commit

Permalink
Upgrade ccm version (#340)
Browse files Browse the repository at this point in the history
Currently 4.x CI pins the CCM version to a specific commit.
Unfortunately this version incorrectly pulls `aarch64` packages even when
`x64_64` are needed, causing CI to fail. Newer version does not pull `aarch64`
when using defaults.
  • Loading branch information
Bouncheck authored Sep 6, 2024
1 parent 4200ef8 commit ef77cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests@v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:

- name: Setup environment
run: |
pip3 install https://github.com/scylladb/scylla-ccm/archive/a93125bc6ad7dd5c9694331e89dc1fb212431ffe.zip
pip3 install https://github.com/scylladb/scylla-ccm/archive/81076bce792a0fb3f2050e4c209a93e4a62ab55f.zip
- name: Get cassandra version
id: cassandra-version
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:

- name: Setup environment
run: |
pip3 install https://github.com/scylladb/scylla-ccm/archive/a93125bc6ad7dd5c9694331e89dc1fb212431ffe.zip
pip3 install https://github.com/scylladb/scylla-ccm/archive/81076bce792a0fb3f2050e4c209a93e4a62ab55f.zip
sudo sh -c "echo 2097152 > /proc/sys/fs/aio-max-nr"
- name: Get scylla version
Expand Down

0 comments on commit ef77cd6

Please sign in to comment.