absurdfarce commented on code in PR #1936:
URL:
https://github.com/apache/cassandra-java-driver/pull/1936#discussion_r1631441587
##########
Jenkinsfile:
##########
@@ -411,14 +411,14 @@ pipeline {
triggers {
// schedules only run against release branches (i.e. 3.x, 4.x, 4.5.x, etc.)
parameterizedCron(branchPatternCron().matcher(env.BRANCH_NAME).matches() ?
"""
- # Every weeknight (Monday - Friday) around 2:00 AM
- ### JDK8 tests against 2.1, 3.0, DSE 4.8, DSE 5.0, DSE 5.1, dse-6.0.18
and DSE 6.7
- 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
- ### JDK11 tests against 3.11, 4.0 and DSE 6.8
- H 2 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;CI_SCHEDULE_SERVER_VERSIONS=3.11 4.0
dse-6.8.30;[email protected]
- # Every weekend (Sunday) around 12:00 PM noon
- ### JDK14 tests against 3.11, 4.0 and DSE 6.8
- H 12 * * 0 %CI_SCHEDULE=WEEKENDS;CI_SCHEDULE_SERVER_VERSIONS=3.11 4.0
dse-6.8.30;[email protected]
+ # Every weekend (Saturday, Sunday) around 2:00 AM
+ ### 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
+ 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
+ # Every weeknight (Monday - Friday) around 12:00 PM noon
+ ### JDK11 tests against 3.11, 4.1.5, 5.0-beta1 and DSE 6.8
+ H 12 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;CI_SCHEDULE_SERVER_VERSIONS=3.11
4.1.5 5.0-beta1 dse-6.8.30;[email protected]
+ ### JDK17 tests against 3.11, 4.1.5, 5.0-beta1 and DSE 6.8
+ H 12 * * 1-5 %CI_SCHEDULE=WEEKNIGHTS;CI_SCHEDULE_SERVER_VERSIONS=3.11
4.1.5 5.0-beta1 dse-6.8.30;[email protected]
Review Comment:
In general we use only major.minor here rather than major.minor.patch for C*
versions. There's logic within the build to retrieve the current patch version
for a given major.minor release. That certainly is the case for 3.11 and 4.0
and it seems as if the same mechanism should work for 4.1 as well.
Note that there are some issues with this functionality for DSE versions...
but for C* versions it should work just fine.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]