Repository: cassandra-builds Updated Branches: refs/heads/master 32939b643 -> 96d70572a
Drop cassandra-3.X jobs from DSL Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/96d70572 Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/96d70572 Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/96d70572 Branch: refs/heads/master Commit: 96d70572a2a749f51ad5db5ed81a12da15562c42 Parents: 32939b6 Author: Michael Shuler <[email protected]> Authored: Wed Jan 18 11:04:47 2017 -0600 Committer: Michael Shuler <[email protected]> Committed: Wed Jan 18 11:04:47 2017 -0600 ---------------------------------------------------------------------- jenkins-dsl/cassandra_job_dsl_seed.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/96d70572/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 311f5e7..4b1dbdd 100644 --- a/jenkins-dsl/cassandra_job_dsl_seed.groovy +++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy @@ -12,7 +12,7 @@ def buildsRepo = 'https://git.apache.org/cassandra-builds.git' def dtestRepo = 'https://github.com/riptano/cassandra-dtest.git' def buildDescStr = 'REF = ${GIT_BRANCH} <br /> COMMIT = ${GIT_COMMIT}' // Cassandra active branches -def cassandraBranches = ['cassandra-2.2', 'cassandra-3.0', 'cassandra-3.11', 'cassandra-3.X', 'trunk'] +def cassandraBranches = ['cassandra-2.2', 'cassandra-3.0', 'cassandra-3.11', 'trunk'] // Ant test targets def testTargets = ['test', 'test-all', 'test-burn', 'test-cdc', 'test-compression'] def dtestTargets = ['dtest', 'dtest-novnode', 'dtest-offheap'] // dtest-large target exists, but no large servers to run on..
