-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure the state bucket exists before creating e2e test clusters #3014
Conversation
Build Succeeded 👏 Build Id: 492d7f6e-6c3a-44cb-bb2b-47a029186759 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gongmax, zmerlynn The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 46bf663c-8188-494c-a7fc-1905dced1f4f The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?
/kind bug
What this PR does / Why we need it:
We have adopted remote backend (GCS) for the e2e test cluster terraform state, but the target for creating e2e test clusters doesn't verify whether the state bucket exists, which introduces confusion. This PR adds dependencies to the creating e2e test clusters target to verify and create the state bucket if it isn't created yet.
Which issue(s) this PR fixes:
Closes #
Special notes for your reviewer: