Create shards 10 and 11 for bok-choy.

This commit is contained in:
Ben Patterson
2016-12-29 15:09:18 -05:00
parent 4a71af8d6e
commit bf28861eec
10 changed files with 69 additions and 17 deletions

View File

@@ -176,11 +176,11 @@ case "$TEST_SUITE" in
paver test_bokchoy $PAVER_ARGS
;;
[1-8])
[1-9]|10)
paver test_bokchoy --attr="shard=$SHARD" $PAVER_ARGS
;;
9|"noshard")
11|"noshard")
paver test_bokchoy --attr='!shard,a11y=False' $PAVER_ARGS
;;