Add resource limits for CPU and memory#79706
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR adds Kubernetes resource limits to the CI test mapping build root configuration, mirroring the existing requests values (CPU: 100m, memory: 200Mi) to enforce upper bounds on container resource consumption. ChangesBuild Root Resource Limits
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepsm007, sosiouxme The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@deepsm007: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/pj-rehearse ack |
|
@deepsm007: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
https://redhat-internal.slack.com/archives/CBN38N3MW/p1779799493669429?thread_ts=1779390046.093759&cid=CBN38N3MW
/cc @sosiouxme
Summary by CodeRabbit
This PR adds Kubernetes resource limits for the
openshift-eng/ci-test-mappingrepository's CI pipeline. The change modifiesci-operator/config/openshift-eng/ci-test-mapping/openshift-eng-ci-test-mapping-main.yamlto define resource limits of100mCPU and200Mimemory for all CI tests (via theresources: '*'wildcard). These limits match the existing resource requests, ensuring containers won't exceed these thresholds during CI execution. This aligns with Kubernetes resource management best practices by enforcing hard boundaries on container resource consumption in the CI infrastructure.