Skip to content

increase logging plugin tests memory - #83176

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
jgbernalp:increase-logging-plugin-memory
Aug 10, 2026
Merged

increase logging plugin tests memory#83176
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
jgbernalp:increase-logging-plugin-memory

Conversation

@jgbernalp

@jgbernalp jgbernalp commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Increases the memory request and limit for openshift-logging-view-plugin CI release tests from 8Gi to 9Gi.
  • Provides additional memory for the plugin's OpenShift CI test workload.

Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: f588360f-9249-4ff6-b26d-8d9a523b1efd

📥 Commits

Reviewing files that changed from the base of the PR and between 9be95ee and c74b3f7.

📒 Files selected for processing (1)
  • ci-operator/config/openshift/logging-view-plugin/openshift-logging-view-plugin-release-coo-ocp-4.15.yaml

Walkthrough

The release configuration increases the logging view plugin container memory limit and request from 8Gi to 9Gi. The CPU request remains 100m.

Changes

Logging view plugin resources

Layer / File(s) Summary
Update memory resources
ci-operator/config/openshift/logging-view-plugin/openshift-logging-view-plugin-release-coo-ocp-4.15.yaml
The container memory limit and request increase from 8Gi to 9Gi. The CPU request remains 100m.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: increasing memory for logging plugin tests.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The patch changes only CI memory values from 8Gi to 9Gi; it adds or modifies no Ginkgo test titles or dynamic test-name content.
Test Structure And Quality ✅ Passed The patch changes only two YAML memory values. It adds no Ginkgo test code, resource setup, waits, or assertions to review.
Microshift Test Compatibility ✅ Passed The pull request changes only CI memory values from 8Gi to 9Gi; it adds no Ginkgo tests or MicroShift-incompatible API usage.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The patch changes only CI resource memory values from 8Gi to 9Gi; it adds no Ginkgo e2e tests or node-topology assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed The commit changes only CI test memory resources from 8Gi to 9Gi; it adds no deployment, replica, affinity, topology spread, node, taint, or disruption scheduling constraint.
Ote Binary Stdout Contract ✅ Passed The patch changes only two memory values in one YAML configuration file; it adds no binary, suite setup, initializer, or stdout/logging code.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The commit changes only CI resource memory from 8Gi to 9Gi; it adds no Ginkgo tests, IPv4 assumptions, or external connectivity.
No-Weak-Crypto ✅ Passed The commit changes only two memory values from 8Gi to 9Gi; no weak-crypto algorithms, custom crypto, or secret comparisons were added.
Container-Privileges ✅ Passed The PR changes only memory resources from 8Gi to 9Gi; the affected manifest has no privileged, host namespace, SYS_ADMIN, securityContext, or allowPrivilegeEscalation settings.
No-Sensitive-Data-In-Logs ✅ Passed The commit changes only CI memory limits and requests from 8Gi to 9Gi; it adds no logging, credentials, tokens, personal data, hostnames, or customer data.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@openshift-ci
openshift-ci Bot requested review from PeterYurkovich and zhuje August 10, 2026 13:26
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 10, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@jgbernalp: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-logging-view-plugin-release-coo-ocp-4.15-images openshift/logging-view-plugin presubmit Ci-operator config changed
pull-ci-openshift-logging-view-plugin-release-coo-ocp-4.15-lint openshift/logging-view-plugin presubmit Ci-operator config changed
pull-ci-openshift-logging-view-plugin-release-coo-ocp-4.15-test-e2e openshift/logging-view-plugin presubmit Ci-operator config changed
pull-ci-openshift-logging-view-plugin-release-coo-ocp-4.15-test-unit openshift/logging-view-plugin presubmit Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@jgbernalp

Copy link
Copy Markdown
Contributor Author

/pj-rehearse

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@jgbernalp: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

@jgbernalp: all tests passed!

Full PR test history. Your PR dashboard.

Details

Instructions 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.

@zhuje zhuje left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 10, 2026
@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jgbernalp, zhuje

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jgbernalp

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@jgbernalp: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Aug 10, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit 2d2a11c into openshift:main Aug 10, 2026
18 checks passed
jzding pushed a commit to jzding/release that referenced this pull request Aug 11, 2026
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
TimurMP pushed a commit to TimurMP/release that referenced this pull request Sep 5, 2026
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants