-
Notifications
You must be signed in to change notification settings - Fork 820
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
Add validation for CPU and Memory Resources for GameServers, Fleets and GameServerSets #1423
Add validation for CPU and Memory Resources for GameServers, Fleets and GameServerSets #1423
Conversation
This one should be merged after #1418 as it contains 2 commits from it. |
Example of this working:
|
Build Succeeded 👏 Build Id: 4d0f7701-cb10-4fad-bc3d-2e7e4971611a 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:
|
11f3e10
to
30d8dae
Compare
Build Succeeded 👏 Build Id: 363ba691-d55d-4496-8653-8ece2a20a89f 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:
|
30d8dae
to
ea6b138
Compare
Build Failed 😱 Build Id: 4a9dc021-ccd2-4fb9-9000-2cc5096ffe7a To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
ea6b138
to
def0219
Compare
Build Succeeded 👏 Build Id: 5ae38b84-3033-4173-85d4-2eb4a797ba94 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:
|
def0219
to
719d5da
Compare
Build Succeeded 👏 Build Id: 88df03a2-375c-45b7-88da-5b26ece80ed2 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: e5166837-7b76-45f0-a926-f443d25f272b 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:
|
Validate Requests and Limits for each PodTemplate Container. Will be used by GameServer, Fleet and GameServerset.
aa5c613
to
f9e9b14
Compare
Build Failed 😱 Build Id: 1e29e312-a7ba-4a36-a22d-3af86627d86c To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
New E2E test is failing:
|
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.
This looks good to me! Will Approve once we're out of feature freeze.
Build Succeeded 👏 Build Id: 94f78ba0-26ed-4ef4-8f82-3d8d82cb1f3f 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.
Out of feature freeze!
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, 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 |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, 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 |
Build Failed 😱 Build Id: f6308130-b65c-4620-a91f-b06a6c9c609a To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: ecf28a44-4bfa-4c1f-8cfe-f2f78e28ec28 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: 4c4c3ebd-61bb-4276-ba83-fa5844ebb0cd 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:
|
Validate Requests and Limits for each PodTemplate Container. Will be used by GameServer, Fleet and GameServerset. Co-authored-by: Mark Mandel <[email protected]>
Validate Requests and Limits for each PodTemplate Container. Will be
used by GameServer, Fleet and GameServerSet.
For #1298.