pf-status-relay-operator: change install mode to AllNamespaces#80415
pf-status-relay-operator: change install mode to AllNamespaces#80415karampok wants to merge 1 commit into
Conversation
Assisted-By: Claude <noreply@anthropic.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 (1)
WalkthroughThis PR updates the OpenShift CI configuration for the pf-status-relay-operator by changing the ChangesCI Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/pj-rehearse |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: karampok 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: |
|
@karampok: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@karampok: 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. |
Summary
OO_INSTALL_MODEfromOwnNamespacetoAllNamespacesfor pf-status-relay-operator e2e-validation testTest plan
Summary by CodeRabbit
This PR updates the OpenShift CI configuration for the pf-status-relay-operator's e2e-validation test to use
AllNamespacesinstallation mode instead ofOwnNamespace.What changed: The
OO_INSTALL_MODEenvironment variable in thee2e-validationtest step for the main branch configuration has been changed fromOwnNamespacetoAllNamespaces. This affects how the operator is installed during CI validation testing.Impact: This aligns the pf-status-relay-operator's CI testing approach with other operators in the OpenShift ecosystem (such as sriov-network-operator). The
AllNamespacesmode allows the operator to watch and manage resources across all namespaces during the e2e-validation test, rather than being restricted to a single namespace.Scope: This change only affects the main branch configuration (
openshift-pf-status-relay-operator-main.yaml). Other release branch configurations (5.1, 5.0, 4.x) remain unchanged withOwnNamespacemode.