From c39873e1b88158d4e983f124fe1b1b7076579fdf Mon Sep 17 00:00:00 2001 From: Dmitry Kropachev Date: Fri, 30 May 2025 12:43:33 -0400 Subject: [PATCH] cicd: enforce ccm version --- .github/workflows/tests@v1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests@v1.yml b/.github/workflows/tests@v1.yml index bfdd6244349..39b2688471f 100644 --- a/.github/workflows/tests@v1.yml +++ b/.github/workflows/tests@v1.yml @@ -197,7 +197,7 @@ jobs: - name: Setup environment run: | - pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip + pip3 install https://github.com/scylladb/scylla-ccm/archive/a0696fe532bf99ff8f7b7db0ed32672c34f103be.zip - name: Get cassandra version id: cassandra-version @@ -304,7 +304,7 @@ jobs: - name: Setup environment run: | - pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip + pip3 install https://github.com/scylladb/scylla-ccm/archive/a0696fe532bf99ff8f7b7db0ed32672c34f103be.zip sudo sh -c "echo 2097152 > /proc/sys/fs/aio-max-nr" - name: Get scylla version