-
Notifications
You must be signed in to change notification settings - Fork 825
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
CRDs for AllocationOverflow #2979
Conversation
Build Succeeded 👏 Build Id: 32f7a1dd-6fed-408b-944c-d3f24edccd72 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:
|
Build Succeeded 👏 Build Id: 653110de-b8f7-4f7f-8dbe-4af61da5f080 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:
|
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.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gongmax, markmandel 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 |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 8d85308b-5afc-4a21-ac77-83faf9c767cc 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:
|
pkg/apis/agones/v1/common_test.go
Outdated
@@ -0,0 +1,208 @@ | |||
// Copyright 2022 Google LLC All Rights Reserved. |
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.
2023?
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.
Good catch!
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.
Fixed.
Implementation of yaml and backing Go code for the CRDs for supporting Fleet Allocation Overflow tracking. Work on googleforgames#2682
87ce7f7
to
f214b8b
Compare
Build Failed 😱 Build Id: 231d6d80-b566-4cb8-8534-13859a8d0df4 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
@chiayi this mean anything to you? Saw this flake in my e2e tests.
|
Build Failed 😱 Build Id: 738167e8-7a3d-4b89-8178-8e53dcd1a0c8 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Spent an hour and 30 minutes waiting to be leader.
@zmerlynn seeing this a bit these days? Just too many builds? |
Build Failed 😱 Build Id: df712de7-ec56-4d20-8fef-7bcc7b28ee23 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Got this flake again:
|
Build Failed 😱 Build Id: 70eeda4f-9044-46af-a010-552b40a46774 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: bf614795-0689-4df4-9d44-727440dcf379 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 feature
What this PR does / Why we need it:
Implementation of yaml and backing Go code for the CRDs for supporting Fleet Allocation Overflow tracking.
Which issue(s) this PR fixes:
Work on #2682
Special notes for your reviewer:
Next will be controller code and e2e tests, docs are also incoming.