-
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
$(ALPHA_FEATURE_GATES) on gcloud-terraform-install #1663
$(ALPHA_FEATURE_GATES) on gcloud-terraform-install #1663
Conversation
Minor cleanup to use the feature gate variable in the Terraform make commands.
Build Failed 😱 Build Id: f5c1419c-aea3-42fa-ab08-487aa294ec5d To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Flaky conformance test failure:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Useful change.
Ooh, that's a new one!
|
Do we do a one-shot call to delete the namespace? Or do we call delete and then wait (up to some timeout) for it to disappear? |
I reuse this function: https://github.com/googleforgames/agones/blob/master/test/e2e/framework/framework.go#L566 It will default to background delete though. I expect there is an error type if you try and delete a namespace that is in the process of being deleted, and we can ignore that. |
New changes are detected. LGTM label has been removed. |
Build Failed 😱 Build Id: ba8d9358-e7fd-4191-89ab-bf040b8e3b01 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Ah!
Fix for that soon! |
Build Failed 😱 Build Id: dd655dbb-58c7-48d5-8ece-0bfc8c86f2ef To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Same thing - exits after 10 minutes, some kind of deadlock: grep Test
grep _test
#1662 (comment) has a similar stack |
Build Failed 😱 Build Id: b511ae1c-04cd-4275-8cfa-50e6ad94a5b2 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
@akremsa , this was recently added, PTAL:
This could be fixed by PR #1667 |
Build Failed 😱 Build Id: 006900eb-2510-4c15-8dd8-0b573cf58618 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, 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 Succeeded 👏 Build Id: 42044953-08a9-42fc-a0eb-000f28d2f4be 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:
|
Minor cleanup to use the feature gate variable in the Terraform make commands.
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Minor cleanup to use the feature gate variable in the Terraform make commands.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None