Skip to content

Commit c0d2f74

Browse files
committed
Merge remote-tracking branch 'upstream/4.x' into flaky-test
2 parents 98eb757 + 17ebe60 commit c0d2f74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile-asf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pipeline {
3535
axes {
3636
axis {
3737
name 'TEST_JAVA_VERSION'
38-
38+
values '[email protected]', '[email protected]', 'openjdk@1.17.0', '[email protected]'
3939
}
4040
axis {
4141
name 'SERVER_VERSION'

Jenkinsfile-datastax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ pipeline {
402402
}
403403

404404
environment {
405-
OS_VERSION = 'ubuntu/bionic64/java-driver'
405+
OS_VERSION = 'ubuntu/focal64/java-driver'
406406
JABBA_SHELL = '/usr/lib/jabba/jabba.sh'
407407
CCM_ENVIRONMENT_SHELL = '/usr/local/bin/ccm_environment.sh'
408408
SERIAL_ITS_ARGUMENT = "-DskipSerialITs=${params.SKIP_SERIAL_ITS}"

0 commit comments

Comments
 (0)