You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2017/03/07 18:40:19 UTC

cassandra-builds git commit: Move JDK to matrix axis

Repository: cassandra-builds
Updated Branches:
  refs/heads/master 2bb7a6c51 -> c687f09b4


Move JDK to matrix axis


Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/c687f09b
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/c687f09b
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/c687f09b

Branch: refs/heads/master
Commit: c687f09b4af445030b3d6a22e9c9b28647059e13
Parents: 2bb7a6c
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Tue Mar 7 12:40:13 2017 -0600
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Tue Mar 7 12:40:13 2017 -0600

----------------------------------------------------------------------
 jenkins-dsl/cassandra_job_dsl_seed.groovy | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/c687f09b/jenkins-dsl/cassandra_job_dsl_seed.groovy
----------------------------------------------------------------------
diff --git a/jenkins-dsl/cassandra_job_dsl_seed.groovy b/jenkins-dsl/cassandra_job_dsl_seed.groovy
index 35ae725..e069309 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -175,7 +175,6 @@ job('Cassandra-template-dtest') {
 matrixJob('Cassandra-template-cqlsh-tests') {
     disabled(true)
     description(jobDescription)
-    jdk(jdkLabel)
     label(slaveLabel)
     logRotator {
         numToKeep(10)
@@ -190,6 +189,7 @@ matrixJob('Cassandra-template-cqlsh-tests') {
     }
     axes {
         text('cython', 'yes', 'no')
+        jdk(jdkLabel)
     }
     scm {
         git {
@@ -434,7 +434,6 @@ job('Cassandra-devbranch-dtest') {
  */
 matrixJob('Cassandra-devbranch-cqlsh-tests') {
     description(jobDescription)
-    jdk(jdkLabel)
     label(slaveLabel)
     logRotator {
         numToKeep(10)
@@ -451,6 +450,10 @@ matrixJob('Cassandra-devbranch-cqlsh-tests') {
         stringParam('REPO', 'apache', 'The github user/org to clone cassandra repo from')
         stringParam('BRANCH', 'trunk', 'The branch of cassandra to checkout')
     }
+    axes {
+        text('cython', 'yes', 'no')
+        jdk(jdkLabel)
+    }
     scm {
         git {
             remote {