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 5163A200CDF for ; Thu, 17 Aug 2017 21:34:11 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4E3E316B9E8; Thu, 17 Aug 2017 19:34:11 +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 94C8D16B9F3 for ; Thu, 17 Aug 2017 21:34:10 +0200 (CEST) Received: (qmail 35947 invoked by uid 500); 17 Aug 2017 19:34:07 -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 35600 invoked by uid 99); 17 Aug 2017 19:34:06 -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; Thu, 17 Aug 2017 19:34:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 27F6BF3336; Thu, 17 Aug 2017 19:34:05 +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 Date: Thu, 17 Aug 2017 19:34:08 -0000 Message-Id: <41963fd8113b4860a720bfd626632c4e@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/15] cassandra git commit: CASSANDRA-13775: Remove stress-test target in CircleCI as it's not existing archived-at: Thu, 17 Aug 2017 19:34:11 -0000 CASSANDRA-13775: Remove stress-test target in CircleCI as it's not existing Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3c0c4620 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3c0c4620 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3c0c4620 Branch: refs/heads/cassandra-3.0 Commit: 3c0c4620f2eb64a10d9e12fdea4c8a6b167f7165 Parents: 2290c0d Author: Eduard Tudenhoefner Authored: Thu Aug 17 11:49:50 2017 -0700 Committer: Michael Shuler Committed: Thu Aug 17 14:22:20 2017 -0500 ---------------------------------------------------------------------- CHANGES.txt | 1 + circle.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/3c0c4620/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 4dbd984..4f8f65f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.1.19 + * Remove stress-test target in CircleCI as it's not existing (CASSANDRA-13775) * Clone HeartBeatState when building gossip messages. Make its generation/version volatile (CASSANDRA-13700) http://git-wip-us.apache.org/repos/asf/cassandra/blob/3c0c4620/circle.yml ---------------------------------------------------------------------- diff --git a/circle.yml b/circle.yml index 9d31277..5b4c72d 100644 --- a/circle.yml +++ b/circle.yml @@ -7,7 +7,7 @@ test: - sudo apt-get update; sudo apt-get install wamerican: parallel: true override: - - case $CIRCLE_NODE_INDEX in 0) ant eclipse-warnings; ant test ;; 1) ant long-test ;; 2) ant test-compression ;; 3) ant stress-test ;;esac: + - case $CIRCLE_NODE_INDEX in 0) ant eclipse-warnings; ant test ;; 1) ant long-test ;; 2) ant test-compression ;;esac: parallel: true post: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org For additional commands, e-mail: commits-help@cassandra.apache.org