Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 727C4200C54 for ; Tue, 28 Mar 2017 18:56:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 710FB160B6B; Tue, 28 Mar 2017 16:56:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B82C8160B9B for ; Tue, 28 Mar 2017 18:56:29 +0200 (CEST) Received: (qmail 29223 invoked by uid 500); 28 Mar 2017 16:56:28 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 29212 invoked by uid 99); 28 Mar 2017 16:56:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Mar 2017 16:56:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 47810DFF47; Tue, 28 Mar 2017 16:56:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mshuler@apache.org To: commits@cassandra.apache.org Message-Id: <2e1f8bf4075c4734adf7fe4b2f134a4e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cassandra-builds git commit: Revert "Skip cassandra6, 7 slaves until name resolution is fixed" Date: Tue, 28 Mar 2017 16:56:28 +0000 (UTC) archived-at: Tue, 28 Mar 2017 16:56:30 -0000 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 Authored: Tue Mar 28 11:55:50 2017 -0500 Committer: Michael Shuler 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: cassandra-builds' 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'