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 6d556fe  ninja-fix: jvm-dtest-upgrade are not (yet) JDK11 compatible.
6d556fe is described below

commit 6d556fe8873296c0a48f747bd9855e462193252d
Author: Mick Semb Wever <m...@apache.org>
AuthorDate: Wed Oct 21 08:14:34 2020 +0200

    ninja-fix: jvm-dtest-upgrade are not (yet) JDK11 compatible.
    
    ASF CI unit tests on JDK11 (CASSANDRA-15944)
---
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy 
b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 607d612..ddd1284 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -470,7 +470,8 @@ cassandraBranches.each {
                 disabled(false)
                 using('Cassandra-template-test')
                 axes {
-                    if (branchName == 'trunk') {
+                    // jvm-dtest-upgrade would require mixed JDK compilations 
to support JDK11+
+                    if (branchName == 'trunk' && targetName != 
'jvm-dtest-upgrade') {
                         jdk(jdkLabel,'jdk_11_latest')
                     } else {
                         jdk(jdkLabel)


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

Reply via email to