MG-276: Changed OO_INSTALL_MODE to AllNamespaces#79691
Conversation
|
@shivprakashmuley: This pull request references MG-276 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. DetailsIn response to this: 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 openshift-eng/jira-lifecycle-plugin repository. |
|
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 (6)
WalkthroughThe pull request updates the operator installation mode for must-gather-operator GCP-based end-to-end tests from ChangesOperator Install Mode Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 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: |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: shivprakashmuley, swghosh 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 |
|
/pj-rehearse ack |
|
@swghosh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@shivprakashmuley: 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. |
Summary by CodeRabbit
This PR updates the must-gather-operator CI configuration across multiple OpenShift release branches to change the operator installation mode.
What changed:
The
OO_INSTALL_MODEenvironment variable is being updated fromOwnNamespacetoAllNamespacesfor three GCP-based end-to-end test workflows in the must-gather-operator CI configuration:e2e-gcp-operatore2e-gcp-operator-rhcos10-fipse2e-gcp-operator-rhcos10Affected versions:
Practical impact:
This changes how the must-gather-operator is installed during GCP end-to-end tests. The
AllNamespacesmode enables the operator to watch and manage resources across all namespaces in the cluster, whereasOwnNamespacemode restricts it to a single namespace. This is a configuration-only change affecting the CI test infrastructure, with no changes to the operator code itself or any exported/public entity declarations.