Feat: integrate batch allocator in processor allocator#4559
Feat: integrate batch allocator in processor allocator#4559lacroixthomas wants to merge 3 commits into
Conversation
Signed-off-by: Thomas Lacroix <thomas.lacroix@epitech.eu>
|
Build Failed 😭 Build Id: c114e430-ff0d-4839-957e-5fd66102b7b0 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Signed-off-by: Thomas Lacroix <thomas.lacroix@epitech.eu>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Signed-off-by: Thomas Lacroix <thomas.lacroix@epitech.eu>
|
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
|
This is quite a "direct" import of the changes from the original PR, did minor updates on it |
|
Build Failed 😭 Build Id: c50b1a31-0600-48c2-95e8-4face7902b8e Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
/gcbrun |
|
Build Failed 😭 Build Id: 4246cd2b-53d1-4624-98df-3b0ca5e6fb97 Status: FAILURE To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
/gcbrun |
|
Build Succeeded 🥳 Build Id: ff1ca275-3f67-4710-8594-a3dcf6bd472f 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: |
| switch { | ||
| case err == nil: | ||
| return true, nil | ||
| case err == ErrNoGameServer: |
There was a problem hiding this comment.
This needs to be fixed too: https://github.com/agones-dev/agones/pull/4176/changes#r2096804822
What type of PR is this?
/kind feature
What this PR does / Why we need it:
Bring the batch allocator improvement from this PR to the processorAllocator feature gate : #4176
Which issue(s) this PR fixes:
Part of #4190 and #3992
Special notes for your reviewer: