From ff5e36be0da722f954c1470c8b32bff7b4951b2e Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Thu, 3 Sep 2020 13:00:16 +0300 Subject: [PATCH] scripts: drop special image name handling from test-e2e.sh Let's just rely on our Makefile everywhere. Plus the previous version was essentially broken as _PULL_BASE_REF env variable was not available in testing jobs. --- scripts/test-infra/test-e2e.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/test-infra/test-e2e.sh b/scripts/test-infra/test-e2e.sh index 3d915236d..de6fa32d0 100755 --- a/scripts/test-infra/test-e2e.sh +++ b/scripts/test-infra/test-e2e.sh @@ -7,9 +7,6 @@ export PATH=$PATH:$HOME/bin # Configure environment -if [ -z "$IMAGE_TAG_NAME" ]; then - export IMAGE_TAG_NAME="$_PULL_BASE_REF-g$COMMIT_SHA" -fi export KUBECONFIG=`pwd`/kubeconfig export E2E_TEST_CONFIG=`pwd`/e2e-test-config