mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
Fixing the build
* override the weave template and hosts count for gce * weave gce script wants jq as well now * build the new weave go test runner
This commit is contained in:
0
integration/200_clustering_test.sh → integration/200_clustering_2_test.sh
Normal file → Executable file
0
integration/200_clustering_test.sh → integration/200_clustering_2_test.sh
Normal file → Executable file
@@ -14,6 +14,9 @@ if [ ! -d "$WEAVE_ROOT" ] ; then
|
||||
git clone --depth 1 -b master https://$WEAVE_REPO.git "$WEAVE_ROOT"
|
||||
go get $WEAVE_REPO/...
|
||||
fi
|
||||
if [ ! -x "$WEAVE_ROOT/testing/runner/runner" ] ; then
|
||||
(cd "$WEAVE_ROOT" && make testing/runner/runner)
|
||||
fi
|
||||
|
||||
. "$WEAVE_ROOT/test/config.sh"
|
||||
|
||||
|
||||
@@ -5,4 +5,6 @@ set -e
|
||||
. ./config.sh
|
||||
|
||||
export PROJECT=scope-integration-tests
|
||||
export TEMPLATE_NAME="test-template-2"
|
||||
export NUM_HOSTS=2
|
||||
. "$WEAVE_ROOT/test/gce.sh" "$@"
|
||||
|
||||
Reference in New Issue
Block a user