Skip to content

Commit ebe7a5e

Browse files
committed
Reduce weeknights schedule with JDK 8
1 parent 2a20841 commit ebe7a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ pipeline {
356356
// schedules only run against release branches (i.e. 3.x, 4.x, 4.5.x, etc.)
357357
parameterizedCron(branchPatternCron.matcher(env.BRANCH_NAME).matches() ? """
358358
# Every weeknight (Monday - Friday) around 2:00 AM
359-
### JDK8 tests against 2.1, 3.0, DSE 4.8, DSE 5.0, DSE 5.1, DSE-6.0, DSE 6.7 and DSE 6.8
360-
H 2 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;CI_SCHEDULE_SERVER_VERSIONS=2.1 3.0 dse-4.8 dse-5.0 dse-5.1 dse-6.0 dse-6.7 dse-6.8;CI_SCHEDULE_JABBA_VERSION=1.8
359+
### JDK8 tests against 2.1, 3.0, DSE 4.8, DSE 5.0, DSE 5.1, DSE-6.0 and DSE 6.7
360+
H 2 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;CI_SCHEDULE_SERVER_VERSIONS=2.1 3.0 dse-4.8 dse-5.0 dse-5.1 dse-6.0 dse-6.7;CI_SCHEDULE_JABBA_VERSION=1.8
361361
### JDK11 tests against 3.11, 4.0 and DSE 6.8
362362
H 2 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;CI_SCHEDULE_SERVER_VERSIONS=3.11 4.0 dse-6.8;[email protected]
363363
# Every weekend (Sunday) around 12:00 PM noon

0 commit comments

Comments
 (0)