From a3498d5eb7b5b5418b32491238524b33f20347dd Mon Sep 17 00:00:00 2001 From: Marcus Eriksson Date: Fri, 18 Aug 2017 15:10:28 +0200 Subject: [PATCH] CASSANDRA-13775 followup - use 4 containers still Patch by marcuse; reviewed by Eduard Tudenhoefner for CASSANDRA-13775 --- build.xml | 4 +++- circle.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index eb2266d6a0..e5ab4057c1 100644 --- a/build.xml +++ b/build.xml @@ -1164,9 +1164,11 @@ classpath which only contains what we expect users to need. --> + - + + diff --git a/circle.yml b/circle.yml index 5b4c72d414..f4db2799c2 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 ;;esac: + - case $CIRCLE_NODE_INDEX in 0) ant test ;; 1) ant long-test ;; 2) ant test-compression ;; 3) ant test-clientutil-jar ;;esac: parallel: true post: