Skip to content

Commit 0e84681

Browse files
committed
Pin scylla-ccm version
Use a pinned version of scylla-ccm instead of master to prevent accidental breakage of Java Driver CI.
1 parent 3191a58 commit 0e84681

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/[email protected]

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Setup Python 3
9999
uses: actions/setup-python@v2
100100
with:
101-
python-version: '3.x'
101+
python-version: '3.11'
102102

103103
- name: Fetch Scylla and Cassandra versions
104104
id: fetch-versions
@@ -134,11 +134,11 @@ jobs:
134134
- name: Setup Python 3
135135
uses: actions/setup-python@v2
136136
with:
137-
python-version: '3.x'
137+
python-version: '3.11'
138138

139139
- name: Setup environment
140140
run: |
141-
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
141+
pip3 install https://github.com/scylladb/scylla-ccm/archive/a93125bc6ad7dd5c9694331e89dc1fb212431ffe.zip
142142
- name: Run integration tests on Cassandra (${{ matrix.cassandra-version }})
143143
run: mvn -B -e verify -Dccm.version=${{ matrix.cassandra-version }} -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
144144

@@ -186,11 +186,11 @@ jobs:
186186
- name: Setup Python 3
187187
uses: actions/setup-python@v2
188188
with:
189-
python-version: '3.x'
189+
python-version: '3.11'
190190

191191
- name: Setup environment
192192
run: |
193-
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
193+
pip3 install https://github.com/scylladb/scylla-ccm/archive/a93125bc6ad7dd5c9694331e89dc1fb212431ffe.zip
194194
sudo sh -c "echo 2097152 > /proc/sys/fs/aio-max-nr"
195195
- name: Run integration tests on Scylla (${{ matrix.scylla-version }})
196196
run: mvn -B verify -Dccm.version=${{ matrix.scylla-version }} -Dccm.scylla=true -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
@@ -213,4 +213,4 @@ jobs:
213213
if: ${{ failure() }}
214214
with:
215215
name: ccm-logs-scylla-${{ matrix.scylla-version }}
216-
path: /tmp/ccm*/ccm*/node*/logs/*
216+
path: /tmp/ccm*/ccm*/node*/logs/*

0 commit comments

Comments
 (0)