mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
* override the weave template and hosts count for gce * weave gce script wants jq as well now * build the new weave go test runner
11 lines
166 B
Bash
Executable File
11 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
. ./config.sh
|
|
|
|
export PROJECT=scope-integration-tests
|
|
export TEMPLATE_NAME="test-template-2"
|
|
export NUM_HOSTS=2
|
|
. "$WEAVE_ROOT/test/gce.sh" "$@"
|