mirror of https://github.com/apache/cassandra
CASSANDRA-13775: Remove stress-test target in CircleCI as it's not existing
This commit is contained in:
parent
2290c0d4b0
commit
3c0c4620f2
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue