diff --git a/.circleci/config.yml b/.circleci/config.yml index 9295e188..9d075c95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/test/e2e-supergloo.sh b/test/e2e-supergloo.sh index 1dd6d9c5..ed7a122d 100755 --- a/test/e2e-supergloo.sh +++ b/test/e2e-supergloo.sh @@ -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