Files
weave-scope/integration/gce.sh
Tom Wilkie baec4688cb Various improvements to build & tests
- Fix broken wait in tests.
- Run lint in the build container.
- Merge two quick steps in the circle plan.
- Increase number of test VMs to 3 (again).
2016-01-15 10:00:41 -08:00

11 lines
170 B
Bash
Executable File

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