Use Kind 0.2.1 for Gloo e2e

This commit is contained in:
stefanprodan
2019-06-22 15:28:45 +03:00
parent 608c7f7a31
commit 7baaaebdd4
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ jobs:
- attach_workspace:
at: /tmp/bin
- run: test/container-build.sh
- run: test/e2e-kind.sh
- run: test/e2e-kind.sh 0.2.1
- run: test/e2e-gloo.sh
- run: test/e2e-gloo-tests.sh
+4
View File
@@ -5,6 +5,10 @@ set -o errexit
REPO_ROOT=$(git rev-parse --show-toplevel)
KIND_VERSION=v0.3.0
if [[ "$1" ]]; then
KIND_VERSION=$1
fi
echo ">>> Installing kubectl"
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
chmod +x kubectl && \
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
ISTIO_VER="1.1.3"
ISTIO_VER="1.0.6"
SUPERGLOO_VER="v0.3.23"
REPO_ROOT=$(git rev-parse --show-toplevel)
export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"
+1 -1
View File
@@ -125,7 +125,7 @@ done
echo '✔ Canary promotion test passed'
if [ "$1" = "canary" ]; then
if [[ "$1" = "canary" ]]; then
exit 0
fi