Make e2e-metal-ipi-ovn-virtualmedia mandatory for CBO#82155
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 ignored due to path filters (12)
📒 Files selected for processing (12)
🚧 Files skipped from review as they are similar to previous changes (10)
WalkthroughThe ChangesVirtualmedia CI scheduling
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/approve |
|
/pj-rehearse ack we're not testing here, we know it will fail, we need to re-enable it to test it in CBO |
|
@elfosardo: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
30d9ec6 to
edea223
Compare
|
/hold |
edea223 to
1d4c892
Compare
|
/unhold |
|
/pj-rehearse ack |
|
@elfosardo: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
…perator The virtualmedia job was unintentionally made optional in 2021 as part of a bulk "sync optional field from jobs to ci-op config" change (48e313a). Restore it as a required presubmit across all active releases (4.15 through 5.1 and main).
1d4c892 to
01aeb9a
Compare
|
/pj-rehearse ack |
|
@elfosardo: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse ack |
|
@elfosardo: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur, elfosardo, iurygregory 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 |
|
@elfosardo: 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. |
…perator (openshift#82155) The virtualmedia job was unintentionally made optional in 2021 as part of a bulk "sync optional field from jobs to ci-op config" change (48e313a). Restore it as a required presubmit across all active releases (4.15 through 5.1 and main).
The virtualmedia job was unintentionally made optional in 2021 as part of a bulk "sync optional field from jobs to ci-op config" change (48e313a). Restore it as a required presubmit across all active releases (4.15 through 5.1 and main).
Summary by CodeRabbit
Re-enables
e2e-metal-ipi-ovn-virtualmediaas a required presubmit forcluster-baremetal-operatoracrossmainand release branches 4.15–5.1 by updating the CI job definitions inci-operator/config/openshift/cluster-baremetal-operator/*.Practically, the job is no longer marked
optionaland is no longer disabled viaalways_run: false; instead it will be selected for CBO runs when code/functional changes are present. To avoid unnecessary runs on documentation/metadata-only changes, each job now addsskip_if_only_changedso it’s skipped when the PR only modifies markdown and top-level governance files (matching the\.md$|^(DCO|LICENSE|OWNERS|PROJECT)$pattern). The rest of the job wiring (including the intranet capability and underlyingbaremetalds-e2e-virtualmediaworkflow steps) remains unchanged.