Skip to content

Commit

Permalink
Merge pull request #714 from bryantbiggs/fix/unique-role-per-e2e
Browse files Browse the repository at this point in the history
fix: Add random string to e2e test role to avoid pipeline run conflicts
  • Loading branch information
k8s-ci-robot committed Apr 26, 2024
2 parents ae0b69c + cdff284 commit a81781b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ KOPS_VERSION=${KOPS_VERSION:-1.23.0}
KOPS_STATE_FILE=${KOPS_STATE_FILE:-s3://${KOPS_STATE_BUCKET}}
KOPS_PATCH_FILE=${KOPS_PATCH_FILE:-${BASE_DIR}/kops-patch.yaml}

ROLE_PREFIX=${ROLE_PREFIX:-"aws-iam-authenticator-test-role-"}
ROLE_PREFIX=${ROLE_PREFIX:-"aws-iam-authenticator-test-role-${RANDOM}-"}
ROLES_SPEC_FILE=${ROLES_SPEC_FILE:-${BASE_DIR}/roles.yaml}
APISERVER_UPDATE_FILE=${APISERVER_UPDATE_FILE:-${BASE_DIR}/apiserver-update.yaml}
KUBECONFIG_UPDATE_FILE=${KUBECONFIG_UPDATE_FILE:-${BASE_DIR}/kubeconfig-update.yaml}
Expand Down

0 comments on commit a81781b

Please sign in to comment.