Enable sharding for integration tests.

This commit is contained in:
Tom Wilkie
2016-01-12 21:12:48 +00:00
parent bf91d5b8ba
commit 8e4d3a4e8b
2 changed files with 2 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ test:
- "test -z \"$SECRET_PASSWORD\" || (cd $SRCDIR/integration; ./gce.sh setup && eval $(./gce.sh hosts); ./setup.sh)":
parallel: true
- test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; eval $(./gce.sh hosts); ./run_all.sh):
parallel: true
timeout: 300
post:
- test -z "$SECRET_PASSWORD" || (cd $SRCDIR/integration; ./gce.sh destroy):

View File

@@ -4,4 +4,4 @@ set -e
. ./config.sh
NO_SCHEDULER=1 ../tools/integration/run_all.sh "$@"
../tools/integration/run_all.sh "$@"