increase logging view plugin testing resources#79643
Conversation
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
|
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 (4)
WalkthroughFour OpenShift CI operator configuration files for the logging-view-plugin are updated uniformly. Memory limits increase from 6Gi to 8Gi and memory requests from 4Gi to 8Gi. CPU request remains 100m across all files (main, OCP 4.12, OCP 4.15, and OCP 4.22). ChangesLogging View Plugin Resource Configuration
🎯 1 (Trivial) | ⏱️ ~5 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)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jgbernalp 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 |
|
[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: |
|
/pj-rehearse |
|
@jgbernalp: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@jgbernalp: The following test failed, say
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 |
|
@jgbernalp: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Summary by CodeRabbit
This PR increases the Kubernetes resource limits and requests for the OpenShift logging-view-plugin's CI testing infrastructure across multiple release branches.
What changed: The container resource configurations in four CI operator configuration files have been updated to allocate more memory for the logging-view-plugin builds:
Affected versions: These changes apply to:
Impact: This increases the memory available during test execution for the logging-view-plugin across all current release versions, likely to address testing resource constraints or improve build reliability when running CI jobs for this component.