Files
weave-scope/integration/gce.sh
Tom Wilkie 24062be6c9 Increase test replicas (#1529)
* Increase number of test VMs to 5 per shard.

* Make pipe router test shorter.
2016-05-19 11:00:51 +01:00

11 lines
170 B
Bash
Executable File

#!/bin/bash
set -e
. ./config.sh
export PROJECT=scope-integration-tests
export TEMPLATE_NAME="test-template-5"
export NUM_HOSTS=5
. "../tools/integration/gce.sh" "$@"