You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2021/05/01 10:45:44 UTC

[cassandra-builds] branch trunk updated: Include JDK 11 builds in cassandra-4.0 branch (CASSANDRA-16642)

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new bacae3a  Include JDK 11 builds in cassandra-4.0 branch (CASSANDRA-16642)
bacae3a is described below

commit bacae3a3cd745cf8cf673fb2be3c7880ae33c81b
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Sat May 1 12:44:50 2021 +0200

    Include JDK 11 builds in cassandra-4.0 branch (CASSANDRA-16642)
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index f870d47..255f390 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -373,7 +373,7 @@ cassandraBranches.each {
         disabled(false)
         using('Cassandra-template-artifacts')
         axes {
-            if (branchName == 'trunk') {
+            if (branchName == 'trunk' || branchName == 'cassandra-4.0') {
                 jdk('jdk_1.8_latest','jdk_11_latest')
             } else {
                 jdk('jdk_1.8_latest')
@@ -441,7 +441,7 @@ cassandraBranches.each {
                         text('split', values)
                     }
                     // jvm-dtest-upgrade would require mixed JDK compilations to support JDK11+
-                    if (branchName == 'trunk' && targetName != 'jvm-dtest-upgrade') {
+                    if ((branchName == 'trunk' || branchName == 'cassandra-4.0') && targetName != 'jvm-dtest-upgrade') {
                         jdk(jdkLabel,'jdk_11_latest')
                     } else {
                         jdk(jdkLabel)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org