Add bok-choy shards 4 and 5. When no shard is specified on a test, it

will fall in 'shard 6'
This commit is contained in:
Ben Patterson
2015-04-28 17:02:54 -04:00
parent 4d9781aaa7
commit 5f0cd587fd
16 changed files with 52 additions and 25 deletions

View File

@@ -179,7 +179,15 @@ END
;;
"4")
paver test_bokchoy --extra_args="-a shard_1=False,shard_2=False,shard_3=False --with-flaky" || { EXIT=1; }
paver test_bokchoy --extra_args="-a 'shard_4' --with-flaky" || { EXIT=1; }
;;
"5")
paver test_bokchoy --extra_args="-a 'shard_5' --with-flaky" || { EXIT=1; }
;;
"6")
paver test_bokchoy --extra_args="-a shard_1=False,shard_2=False,shard_3=False,shard_4=False,shard_5=False --with-flaky" || { EXIT=1; }
;;
# Default case because if we later define another bok-choy shard on Jenkins