Improve the time to run e2e tests

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-09-05 11:46:53 -04:00
parent 38b985663c
commit 1433cde9e6
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
4 changed files with 21 additions and 8 deletions

View file

@ -30,7 +30,7 @@ function cleanup {
}
trap cleanup EXIT
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v09042019-11ed7fc84
E2E_IMAGE=quay.io/kubernetes-ingress-controller/e2e:v09052019-38b985663
DOCKER_OPTS=${DOCKER_OPTS:-}