File tree Expand file tree Collapse file tree 7 files changed +15
-20
lines changed Expand file tree Collapse file tree 7 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
release :
20
- runs-on : ubuntu-20.04
20
+ runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout
23
23
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 15
15
16
16
jobs :
17
17
build :
18
- runs-on : ubuntu-20.04
18
+ runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
release :
13
13
name : Release
14
- runs-on : ubuntu-22.04
14
+ runs-on : ubuntu-latest
15
15
16
16
permissions :
17
17
contents : write
Original file line number Diff line number Diff line change 10
10
- completed
11
11
jobs :
12
12
report :
13
- runs-on : ubuntu-20.04
13
+ runs-on : ubuntu-latest
14
14
timeout-minutes : 5
15
15
16
16
steps :
Original file line number Diff line number Diff line change 10
10
- completed
11
11
jobs :
12
12
report :
13
- runs-on : ubuntu-20.04
13
+ runs-on : ubuntu-latest
14
14
timeout-minutes : 5
15
15
16
16
steps :
Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build :
12
12
name : Build
13
- runs-on : ubuntu-20.04
13
+ runs-on : ubuntu-latest
14
14
timeout-minutes : 10
15
15
16
16
strategy :
33
33
34
34
verify :
35
35
name : Full verify
36
- runs-on : ubuntu-20.04
36
+ runs-on : ubuntu-latest
37
37
timeout-minutes : 10
38
38
39
39
strategy :
56
56
57
57
unit-tests :
58
58
name : Unit tests
59
- runs-on : ubuntu-20.04
59
+ runs-on : ubuntu-latest
60
60
timeout-minutes : 10
61
61
62
62
steps :
99
99
100
100
setup-integration-tests :
101
101
name : Setup ITs
102
- runs-on : ubuntu-20.04
102
+ runs-on : ubuntu-latest
103
103
timeout-minutes : 2
104
104
105
105
steps :
@@ -124,7 +124,7 @@ jobs:
124
124
125
125
cassandra-integration-tests :
126
126
name : Cassandra ITs
127
- runs-on : ubuntu-20.04
127
+ runs-on : ubuntu-latest
128
128
needs : [setup-integration-tests]
129
129
timeout-minutes : 90
130
130
@@ -150,10 +150,8 @@ jobs:
150
150
151
151
- name : Setup environment
152
152
run : |
153
- sudo sh -c "echo 'deb http://security.ubuntu.com/ubuntu xenial-security main' >> /etc/apt/sources.list"
154
- sudo apt-get update
155
- sudo apt-get install libssl1.0.0
156
153
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
154
+ sudo sh -c "echo 2097152 >> /proc/sys/fs/aio-max-nr"
157
155
158
156
- name : Run integration tests on Cassandra (${{ matrix.cassandra-version }})
159
157
run : mvn -B verify -Pshort -Dcassandra.version=${{ matrix.cassandra-version }} -Dfmt.skip=true -Dclirr.skip=true -Danimal.sniffer.skip=true
@@ -193,7 +191,7 @@ jobs:
193
191
194
192
scylla-integration-tests :
195
193
name : Scylla ITs
196
- runs-on : ubuntu-20.04
194
+ runs-on : ubuntu-latest
197
195
needs : [setup-integration-tests]
198
196
timeout-minutes : 90
199
197
@@ -219,9 +217,6 @@ jobs:
219
217
220
218
- name : Setup environment
221
219
run : |
222
- sudo sh -c "echo 'deb http://security.ubuntu.com/ubuntu xenial-security main' >> /etc/apt/sources.list"
223
- sudo apt-get update
224
- sudo apt-get install libssl1.0.0
225
220
pip3 install https://github.com/scylladb/scylla-ccm/archive/master.zip
226
221
sudo sh -c "echo 2097152 >> /proc/sys/fs/aio-max-nr"
227
222
Original file line number Diff line number Diff line change 56
56
<slf4j .version>1.7.25</slf4j .version>
57
57
<slf4j-log4j12 .version>1.7.25</slf4j-log4j12 .version>
58
58
<guava .version>19.0</guava .version>
59
- <netty .version>4.1.100 .Final</netty .version>
60
- <netty-tcnative .artifact>netty-tcnative</netty-tcnative .artifact>
61
- <netty-tcnative .version>2.0.61 .Final</netty-tcnative .version>
59
+ <netty .version>4.1.119 .Final</netty .version>
60
+ <netty-tcnative .artifact>netty-tcnative-boringssl-static </netty-tcnative .artifact>
61
+ <netty-tcnative .version>2.0.70 .Final</netty-tcnative .version>
62
62
<metrics .version>3.2.2</metrics .version>
63
63
<snappy .version>1.1.10.5</snappy .version>
64
64
<lz4 .version>1.4.1</lz4 .version>
You can’t perform that action at this time.
0 commit comments