-
Notifications
You must be signed in to change notification settings - Fork 819
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
Flaky: e2e namespace deletion #1666
Conversation
Build Succeeded 👏 Build Id: 55918f1e-7e29-45cc-8551-5155422db583 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:
|
New changes are detected. LGTM label has been removed. |
Build Failed 😱 Build Id: 95415ea1-c563-45b9-a9dc-5ba5263fc50d To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Wait, this is what this fix is supposed to fix:
|
🤷 |
Think I worked it out. The errors from |
907b658
to
d1b8a81
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: markmandel, roberthbailey The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Failed 😱 Build Id: 8ce84cbc-42de-41ca-ab35-bdc247636be9 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
This fixes the issue if the e2e test tries to delete namespace that is already in a Terminating state.
d1b8a81
to
98e15a5
Compare
Build Succeeded 👏 Build Id: 745ce57f-6c54-4f2d-81a5-fde03c5f50d9 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:
|
This fixes the issue if the e2e test tries to delete namespace that is already in a Terminating state.
What type of PR is this?
/kind bug
What this PR does / Why we need it:
This fixes the issue if the e2e test tries to delete namespace that is already in a Terminating state.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None