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 8B8D92004F1 for ; Wed, 30 Aug 2017 13:39:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 89E19168E08; Wed, 30 Aug 2017 11:39:20 +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 CEA34168DFC for ; Wed, 30 Aug 2017 13:39:19 +0200 (CEST) Received: (qmail 93892 invoked by uid 500); 30 Aug 2017 11:39:18 -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 93513 invoked by uid 99); 30 Aug 2017 11:39:18 -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; Wed, 30 Aug 2017 11:39:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BC98DF555B; Wed, 30 Aug 2017 11:39:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: marcuse@apache.org To: commits@cassandra.apache.org Date: Wed, 30 Aug 2017 11:39:18 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/15] cassandra git commit: Only collect test xml where it exists archived-at: Wed, 30 Aug 2017 11:39:20 -0000 Only collect test xml where it exists Patch by marcuse; reviewed by Eduard Tudenhoefner for CASSANDRA-13807 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0ffce2e9 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0ffce2e9 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0ffce2e9 Branch: refs/heads/cassandra-3.0 Commit: 0ffce2e938308fde803b93ed2e29d22b3eb5cd54 Parents: 6b92778 Author: Marcus Eriksson Authored: Wed Aug 30 13:34:52 2017 +0200 Committer: Marcus Eriksson Committed: Wed Aug 30 13:34:52 2017 +0200 ---------------------------------------------------------------------- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0ffce2e9/circle.yml ---------------------------------------------------------------------- diff --git a/circle.yml b/circle.yml index f4db279..0c3f86b 100644 --- a/circle.yml +++ b/circle.yml @@ -13,6 +13,6 @@ test: post: - mkdir -p $CIRCLE_TEST_REPORTS/junit/: parallel: true - - find ./build/test/output/ -iname "*.xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;: + - case $CIRCLE_NODE_INDEX in [0123]) find ./build/test/output/ -iname "*.xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \; ;;esac: parallel: true --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org