Use Kind 0.2.1 for supergloo e2e

This commit is contained in:
stefanprodan
2019-06-22 15:55:48 +03:00
parent 2ce4f3a93e
commit 7a454c005f
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -96,7 +96,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-supergloo.sh
- run: test/e2e-tests.sh canary
-5
View File
@@ -18,11 +18,6 @@ kubectl create ns istio-system
./supergloo-cli install istio --name test --namespace supergloo-system --auto-inject=true --installation-namespace istio-system --mtls=false --prometheus=true --version ${ISTIO_VER}
echo '>>> Waiting for Istio to be ready'
until kubectl -n supergloo-system get mesh test
do
sleep 2
done
retries=50
count=0
ok=false