fix(ci): lower aarch64 benchmark memory request to 128Gi cluster limit#605
Closed
jbachorik wants to merge 1 commit into
Closed
fix(ci): lower aarch64 benchmark memory request to 128Gi cluster limit#605jbachorik wants to merge 1 commit into
jbachorik wants to merge 1 commit into
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
CI Test ResultsRun: #27755064362 | Commit:
Status Overview
Legend: ✅ passed | ❌ failed | ⚪ skipped | 🚫 cancelled Summary: Total: 32 | Passed: 32 | Failed: 0 Updated: 2026-06-18 11:21:29 UTC |
|
Collaborator
Author
|
This needs to be fixed differently. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?:
Lowers
KUBERNETES_MEMORY_REQUESTandKUBERNETES_MEMORY_LIMITforbenchmarks-candidate-aarch64from 200Gi to 128Gi.Motivation:
All benchmark jobs are failing with:
The 200Gi value was carried over from the original CI migration and presumably reflected the old cluster's limits. The arm64 runner pool now enforces a 128Gi cap.
Additional Notes:
The amd64 job has no explicit memory override so it is unaffected.
How to test the change?:
Benchmark jobs should no longer fail at preparation. No functional change to benchmark behaviour.
For Datadog employees: