There was an error while loading. Please reload this page.
1 parent 41b30c4 commit 81d7467Copy full SHA for 81d7467
scripts/run-e2e-test.sh
@@ -18,7 +18,9 @@ function toggle_windows_scheduling(){
18
done
19
}
20
21
-ROLE_NAME="AWS-LB-CONTROLLER-ROLE"
+TEST_ID=$RANDOM
22
+echo "TEST_ID: $TEST_ID"
23
+ROLE_NAME="aws-load-balancer-controller-$TEST_ID"
24
25
function cleanUp(){
26
# Need to recreae aws-load-balancer controller if we are updating SA
0 commit comments