Skip to content

Commit

Permalink
Change s3 bucket for e2e tests, current default exists somewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
nckturner committed Nov 28, 2023
1 parent f7e245b commit a88e6f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ KOPS_USERID=$(whoami)
if [ $CI = true ]
then
REPO_NAME=${REPO_NAME:-aws-iam-authenticator-e2e}
KOPS_STATE_BUCKET=${KOPS_STATE_BUCKET:-k8s-kops-auth-shared-e2e}
KOPS_STATE_BUCKET=${KOPS_STATE_BUCKET:-k8s-kops-aws-iam-authenticator-shared-e2e}
else
REPO_NAME=${REPO_NAME:-aws-iam-authenticator}
KOPS_STATE_BUCKET=${KOPS_STATE_BUCKET:-k8s-kops-auth-${KOPS_USERID}}
KOPS_STATE_BUCKET=${KOPS_STATE_BUCKET:-k8s-kops-aws-iam-authenticator-${KOPS_USERID}}
fi

TEST_ID=${TEST_ID:-$RANDOM}
Expand Down

0 comments on commit a88e6f1

Please sign in to comment.