mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
Enable sharding for integration tests.
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -4,4 +4,4 @@ set -e
|
||||
|
||||
. ./config.sh
|
||||
|
||||
NO_SCHEDULER=1 ../tools/integration/run_all.sh "$@"
|
||||
../tools/integration/run_all.sh "$@"
|
||||
|
||||
Reference in New Issue
Block a user