mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
- 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).
11 lines
170 B
Bash
Executable File
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" "$@"
|