From ddbd7f917426ad0693efcfa7736daa9c417c491b Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Wed, 27 Apr 2016 12:11:59 -0400 Subject: [PATCH] Designate 4th shard. --- scripts/generic-ci-tests.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/generic-ci-tests.sh b/scripts/generic-ci-tests.sh index 01791c9302..8d673121f2 100755 --- a/scripts/generic-ci-tests.sh +++ b/scripts/generic-ci-tests.sh @@ -108,7 +108,10 @@ case "$TEST_SUITE" in paver test_system -s lms --extra_args="--attr='shard_2' --with-flaky" --cov_args="-p" ;; "3") - paver test_system -s lms --extra_args="--attr='shard_1=False,shard_2=False' --with-flaky" --cov_args="-p" + paver test_system -s lms --extra_args="--attr='shard_3' --with-flaky" --cov_args="-p" + ;; + "4") + paver test_system -s lms --extra_args="--attr='shard_1=False,shard_2=False,shard_3=False' --with-flaky" --cov_args="-p" ;; *) # If no shard is specified, rather than running all tests, create an empty xunit file. This is a