CASSANDRA-13775: Remove stress-test target in CircleCI as it's not existing

This commit is contained in:
Eduard Tudenhoefner 2017-08-17 11:49:50 -07:00 committed by Michael Shuler
parent 2290c0d4b0
commit 3c0c4620f2
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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: