Skip to content

Commit 811acb2

Browse files
lukasz-antoniakabsurdfarce
authored andcommitted
CASSANDRA-19635: Configure Jenkins to run integration tests with C* 5.x
patch by Lukasz Antoniak; reviewed by Bret McGuire for CASSANDRA-19635
1 parent 432e107 commit 811acb2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Jenkinsfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ pipeline {
261261
'3.11', // Previous Apache CassandraⓇ
262262
'4.0', // Previous Apache CassandraⓇ
263263
'4.1', // Current Apache CassandraⓇ
264-
'5.0', // Development Apache CassandraⓇ
264+
'5.0-beta1', // Development Apache CassandraⓇ
265265
'dse-4.8.16', // Previous EOSL DataStax Enterprise
266266
'dse-5.0.15', // Long Term Support DataStax Enterprise
267267
'dse-5.1.35', // Legacy DataStax Enterprise
@@ -411,14 +411,14 @@ pipeline {
411411
triggers {
412412
// schedules only run against release branches (i.e. 3.x, 4.x, 4.5.x, etc.)
413413
parameterizedCron(branchPatternCron().matcher(env.BRANCH_NAME).matches() ? """
414-
# Every weeknight (Monday - Friday) around 2:00 AM
415-
### JDK8 tests against 2.1, 3.0, DSE 4.8, DSE 5.0, DSE 5.1, dse-6.0.18 and DSE 6.7
416-
H 2 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;CI_SCHEDULE_SERVER_VERSIONS=2.1 3.0 dse-4.8.16 dse-5.0.15 dse-5.1.35 dse-6.0.18 dse-6.7.17;CI_SCHEDULE_JABBA_VERSION=1.8
417-
### JDK11 tests against 3.11, 4.0 and DSE 6.8
418-
H 2 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;CI_SCHEDULE_SERVER_VERSIONS=3.11 4.0 dse-6.8.30;[email protected]
419-
# Every weekend (Sunday) around 12:00 PM noon
420-
### JDK14 tests against 3.11, 4.0 and DSE 6.8
421-
H 12 * * 0 %CI_SCHEDULE=WEEKENDS;CI_SCHEDULE_SERVER_VERSIONS=3.11 4.0 dse-6.8.30;CI_SCHEDULE_JABBA_VERSION=openjdk@1.14
414+
# Every weekend (Saturday, Sunday) around 2:00 AM
415+
### JDK8 tests against 2.1, 3.0, 4.0, DSE 4.8, DSE 5.0, DSE 5.1, dse-6.0.18 and DSE 6.7
416+
H 2 * * 0 %CI_SCHEDULE=WEEKENDS;CI_SCHEDULE_SERVER_VERSIONS=2.1 3.0 4.0 dse-4.8.16 dse-5.0.15 dse-5.1.35 dse-6.0.18 dse-6.7.17;CI_SCHEDULE_JABBA_VERSION=1.8
417+
# Every weeknight (Monday - Friday) around 12:00 PM noon
418+
### JDK11 tests against 3.11, 4.1, 5.0-beta1 and DSE 6.8
419+
H 12 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;CI_SCHEDULE_SERVER_VERSIONS=3.11 4.1 5.0-beta1 dse-6.8.30;[email protected]
420+
### JDK17 tests against 3.11, 4.1, 5.0-beta1 and DSE 6.8
421+
H 12 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;CI_SCHEDULE_SERVER_VERSIONS=3.11 4.1 5.0-beta1 dse-6.8.30;CI_SCHEDULE_JABBA_VERSION=openjdk@1.17
422422
""" : "")
423423
}
424424

@@ -452,8 +452,8 @@ pipeline {
452452
axes {
453453
axis {
454454
name 'SERVER_VERSION'
455-
values '3.11', // Latest stable Apache CassandraⓇ
456-
'4.1', // Development Apache CassandraⓇ
455+
values '3.11', // Latest stable Apache CassandraⓇ
456+
'4.1', // Development Apache CassandraⓇ
457457
'dse-6.8.30' // Current DataStax Enterprise
458458
}
459459
axis {
@@ -565,7 +565,7 @@ pipeline {
565565
'3.11', // Previous Apache CassandraⓇ
566566
'4.0', // Previous Apache CassandraⓇ
567567
'4.1', // Current Apache CassandraⓇ
568-
'5.0', // Development Apache CassandraⓇ
568+
'5.0-beta1', // Development Apache CassandraⓇ
569569
'dse-4.8.16', // Previous EOSL DataStax Enterprise
570570
'dse-5.0.15', // Last EOSL DataStax Enterprise
571571
'dse-5.1.35', // Legacy DataStax Enterprise

0 commit comments

Comments
 (0)