From 2c6259495b4b6b97b1cd67a4ffb8202d68e86deb Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 16 Apr 2020 11:50:46 +0300 Subject: [PATCH 1/2] Update end-to-end tests to Istio 1.5.1 --- test/e2e-istio.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e-istio.sh b/test/e2e-istio.sh index 576b200b..e919f85c 100755 --- a/test/e2e-istio.sh +++ b/test/e2e-istio.sh @@ -2,7 +2,7 @@ set -o errexit -ISTIO_VER="1.5.0" +ISTIO_VER="1.5.1" REPO_ROOT=$(git rev-parse --show-toplevel) echo ">>> Downloading Istio ${ISTIO_VER}" From f5fd57f3df1a667dfdfa9cf9fa45bbdb708dc7a0 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 16 Apr 2020 11:59:59 +0300 Subject: [PATCH 2/2] Use Kubernetes v1.16 in Istio e2e --- .circleci/config.yml | 2 +- test/e2e-istio.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8674702a..fa749bbd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,7 +92,7 @@ jobs: - attach_workspace: at: /tmp/bin - run: test/container-build.sh - - run: test/e2e-kind.sh + - run: test/e2e-kind.sh v1.16.4 - run: test/e2e-istio.sh - run: test/e2e-istio-tests.sh diff --git a/test/e2e-istio.sh b/test/e2e-istio.sh index e919f85c..ad8d0e9b 100755 --- a/test/e2e-istio.sh +++ b/test/e2e-istio.sh @@ -23,4 +23,4 @@ echo '>>> Installing Flagger' kubectl apply -k ${REPO_ROOT}/kustomize/istio kubectl -n istio-system set image deployment/flagger flagger=test/flagger:latest -kubectl -n istio-system rollout status deployment/flagger \ No newline at end of file +kubectl -n istio-system rollout status deployment/flagger