From 65a71707bdf5813c7c38b14c2f6a34907a8cd990 Mon Sep 17 00:00:00 2001 From: Connor Catlett Date: Fri, 15 Mar 2024 17:47:45 +0000 Subject: [PATCH 1/2] [CI TEST] [DO NOT MERGE] [WIP] TEST TEST TEST Signed-off-by: Connor Catlett --- hack/prow-e2e.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hack/prow-e2e.sh b/hack/prow-e2e.sh index 7469a3e5f0..5cd2513a72 100755 --- a/hack/prow-e2e.sh +++ b/hack/prow-e2e.sh @@ -17,6 +17,9 @@ # This script runs tests in CI by creating a cluster, running the tests, # cleaning up (regardless of test success/failure), and passing out the result +aws sts get-caller-identity +exit 0 + case ${1} in test-e2e-single-az) TEST="single-az" From d70e62191f97a9f0e3f9a0fe6225ad38093baa47 Mon Sep 17 00:00:00 2001 From: Connor Catlett Date: Fri, 15 Mar 2024 17:54:29 +0000 Subject: [PATCH 2/2] [CI TEST] [DO NOT MERGE] [WIP] TEST TEST TEST Signed-off-by: Connor Catlett --- hack/prow-e2e.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/prow-e2e.sh b/hack/prow-e2e.sh index 5cd2513a72..777f33d052 100755 --- a/hack/prow-e2e.sh +++ b/hack/prow-e2e.sh @@ -17,6 +17,8 @@ # This script runs tests in CI by creating a cluster, running the tests, # cleaning up (regardless of test success/failure), and passing out the result +unset AWS_ROLE_ARN +unset AWS_WEB_IDENTITY_TOKEN_FILE aws sts get-caller-identity exit 0