[release-1.8] fix(orchestrator-infra): increase infra-test pod memory to fix nightly CI#420
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 on `main`) and bump chart version to 0.2.4.
Code Review by Qodo
1. Hardcoded test pod 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 • Bump orchestrator-infra chart version to 0.2.4 • Fix nightly CI failures caused by OOMKilled infra-test pod • Update chart documentation with new version number Diagramflowchart LR
A["infra-test pod<br/>memory: 20Mi"] -- "increase to 50Mi" --> B["infra-test pod<br/>memory: 50Mi"]
C["Chart version<br/>0.2.3"] -- "bump version" --> D["Chart version<br/>0.2.4"]
B --> E["Fix OOMKilled<br/>nightly CI failures"]
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.8,and bump the orchestrator-infra chart version to 0.2.4.
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.8and verify the infra-test podno longer gets OOMKilled.
Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md.pre-commithook.ct lintcommand.