Merge pull request #559 from weaveworks/e2e-istio-1.5.1

ci: Update end-to-end test to Istio 1.5.1
This commit is contained in:
Stefan Prodan
2020-04-16 13:06:05 +03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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}"
@@ -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
kubectl -n istio-system rollout status deployment/flagger