[release-1.9] fix(orchestrator-infra): increase infra-test pod memory to fix nightly CI#419
Merged
rm3l merged 1 commit intoMay 29, 2026
Conversation
… to fix nightly CI Bump infra-test pod memory requests and limits from 20Mi to 50Mi (cherry-picked from 0afb7da) and bump chart version to 0.4.3.
Code Review by Qodo
1. Hardcoded test resources
|
|
Review Summary by QodoIncrease infra-test pod memory to fix nightly CI
WalkthroughsDescription• Increase infra-test pod memory requests and limits from 20Mi to 50Mi • Resolves OOMKilled failures in nightly CI on release-1.9 branch • Bump orchestrator-infra chart version to 0.4.3 • Update documentation to reflect new chart version Diagramflowchart LR
A["infra-test Pod"] -->|"memory: 20Mi → 50Mi"| B["Resource Requests"]
A -->|"memory: 20Mi → 50Mi"| C["Resource Limits"]
D["Chart.yaml"] -->|"version: 0.4.2 → 0.4.3"| E["Chart Version"]
F["README.md"] -->|"version: 0.4.2 → 0.4.3"| G["Documentation"]
File Changes1. charts/orchestrator-infra/Chart.yaml
|
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.



Description of the change
Increase infra-test pod memory requests and limits from 20Mi to 50Mi
(cherry-picked from 0afb7da on
main) to fix nightly CI failures onrelease-1.9,and bump the orchestrator-infra chart version to 0.4.3.
Which issue(s) does this PR fix or relate to
How to test changes / Special notes to the reviewer
Run the nightly orchestrator-infra tests on
release-1.9and verify the infra-test podno longer gets OOMKilled.
Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Runpre-commit run --all-filesto run the hooks and then push any resulting changes. The pre-commit Workflow will enforce this and warn you if needed.pre-commithook.ct lintcommand.