Merge pull request #7850 from edx/benp/bok-choy-shard-5

Add bok-choy shards 4 and 5. New default is 'shard 6'
This commit is contained in:
Ben Patterson
2015-05-01 09:26:32 -04:00
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