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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user