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/28 16:56:28 UTC

cassandra-builds git commit: Revert "Skip cassandra6, 7 slaves until name resolution is fixed"

Repository: cassandra-builds
Updated Branches:
  refs/heads/master 680bf928f -> 7ec9534c7


Revert "Skip cassandra6,7 slaves until name resolution is fixed"

This reverts commit 680bf928f46f0fd5d4943d3c1afc524bf56b4734.

The servers now know their names correctly, so reverting this skip.


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

Branch: refs/heads/master
Commit: 7ec9534c7fffe49d4353b0d7d4c91b367dc02a94
Parents: 680bf92
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Tue Mar 28 11:55:50 2017 -0500
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Tue Mar 28 11:55:50 2017 -0500

----------------------------------------------------------------------
 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/7ec9534c/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 6e9765e..1ca7108 100644
--- a/jenkins-dsl/cassandra_job_dsl_seed.groovy
+++ b/jenkins-dsl/cassandra_job_dsl_seed.groovy
@@ -6,7 +6,7 @@
 
 def jobDescription = 'Apache Cassandra DSL-generated job - DSL git repo: <a href="https://git-wip-us.apache.org/repos/asf?p=cassandra-builds.git">cassandra-builds</a>'
 def jdkLabel = 'JDK 1.8 (latest)'
-def slaveLabel = 'cassandra&&!(cassandra6||cassandra7)' // TEMP - skip cassandra6,7 slaves until name resolution is fixed: INFRA-13567
+def slaveLabel = 'cassandra'
 // The dtest-large target needs to run on >=32G slaves, so we provide an "OR" list of those servers
 def largeSlaveLabel = 'cassandra6||cassandra7'
 def mainRepo = 'https://git-wip-us.apache.org/repos/asf/cassandra.git'