File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 98
98
- name : Setup Python 3
99
99
uses : actions/setup-python@v2
100
100
with :
101
- python-version : ' 3.x '
101
+ python-version : ' 3.11 '
102
102
103
103
- name : Fetch Scylla and Cassandra versions
104
104
id : fetch-versions
@@ -134,11 +134,11 @@ jobs:
134
134
- name : Setup Python 3
135
135
uses : actions/setup-python@v2
136
136
with :
137
- python-version : ' 3.x '
137
+ python-version : ' 3.11 '
138
138
139
139
- name : Setup environment
140
140
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
142
142
- name : Run integration tests on Cassandra (${{ matrix.cassandra-version }})
143
143
run : mvn -B -e verify -Dccm.version=${{ matrix.cassandra-version }} -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
144
144
@@ -186,11 +186,11 @@ jobs:
186
186
- name : Setup Python 3
187
187
uses : actions/setup-python@v2
188
188
with :
189
- python-version : ' 3.x '
189
+ python-version : ' 3.11 '
190
190
191
191
- name : Setup environment
192
192
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
194
194
sudo sh -c "echo 2097152 > /proc/sys/fs/aio-max-nr"
195
195
- name : Run integration tests on Scylla (${{ matrix.scylla-version }})
196
196
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:
213
213
if : ${{ failure() }}
214
214
with :
215
215
name : ccm-logs-scylla-${{ matrix.scylla-version }}
216
- path : /tmp/ccm*/ccm*/node*/logs/*
216
+ path : /tmp/ccm*/ccm*/node*/logs/*
You can’t perform that action at this time.
0 commit comments