Skip to content

rehearse: trigger ppc64le libvirt s2s periodic jobs for 4.22 Add rehe…#81742

Draft
Mohit-sharma46 wants to merge 1 commit into
openshift:mainfrom
Mohit-sharma46:rehearse-libvirt-ppc64le-4.22
Draft

rehearse: trigger ppc64le libvirt s2s periodic jobs for 4.22 Add rehe…#81742
Mohit-sharma46 wants to merge 1 commit into
openshift:mainfrom
Mohit-sharma46:rehearse-libvirt-ppc64le-4.22

Conversation

@Mohit-sharma46

@Mohit-sharma46 Mohit-sharma46 commented Jul 10, 2026

Copy link
Copy Markdown

…arsal comments to mark jobs for pj-rehearse: - periodic-ci-openshift-multiarch-main-nightly-4.22-upgrade-from-nightly-4.21-ocp-ovn-remote-s2s-libvirt-multi-p-p - periodic-ci-openshift-multiarch-main-nightly-4.22-ocp-e2e-ovn-agent-remote-s2s-libvirt-multi-p-p

Summary by CodeRabbit

Adds rehearsal markers to OpenShift multiarch CI configurations to trigger two PPC64LE libvirt S2S periodic jobs for OpenShift 4.22:

  • 4.22 upgrade from 4.21 OVN remote S2S
  • 4.22 OVN agent remote S2S

No job definitions or test configuration were changed.

…arsal comments to mark jobs for pj-rehearse: - periodic-ci-openshift-multiarch-main-nightly-4.22-upgrade-from-nightly-4.21-ocp-ovn-remote-s2s-libvirt-multi-p-p - periodic-ci-openshift-multiarch-main-nightly-4.22-ocp-e2e-ovn-agent-remote-s2s-libvirt-multi-p-p
@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 10, 2026
@Mohit-sharma46

Copy link
Copy Markdown
Author

/test all

@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Mohit-sharma46
Once this PR has been reviewed and has the lgtm label, please assign tvardema for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@coderabbitai

coderabbitai Bot commented Jul 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: Enterprise

Run ID: 466be40e-86ea-43c8-8f7e-6d1bd99fd1ce

📥 Commits

Reviewing files that changed from the base of the PR and between 65b0d4b and ef3f556.

📒 Files selected for processing (2)
  • ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.22-upgrade-from-nightly-4.21.yaml
  • ci-operator/config/openshift/multiarch/openshift-multiarch-main__nightly-4.22.yaml

Walkthrough

Adds commented rehearsal markers to two multiarch CI configuration variants without changing YAML behavior, test steps, or exported entities.

Changes

CI rehearsal markers

Layer / File(s) Summary
Add rehearsal markers
ci-operator/config/openshift/multiarch/*
Adds comments identifying the multiarch upgrade rehearsal and the specified OVN agent job; no functional configuration fields change.

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

Suggested labels: rehearsals-ack

🚥 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 matches the main change: adding rehearsal comments to trigger PPC64LE libvirt S2S periodic jobs for OpenShift 4.22.
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 Only YAML rehearse comments changed; no Ginkgo tests or test titles were added or modified.
Test Structure And Quality ✅ Passed Only two YAML config comments changed; no Ginkgo test code or test structure was modified, so the check is not applicable.
Microshift Test Compatibility ✅ Passed Only two YAML rehearse comments were added; no Ginkgo tests or OpenShift API usage changed, so MicroShift compatibility is unaffected.
Single Node Openshift (Sno) Test Compatibility ✅ Passed Diff only adds rehearse comments in ci-operator YAML; no Ginkgo tests or cluster-assumption logic changed.
Topology-Aware Scheduling Compatibility ✅ Passed Only two CI YAML rehearsal comments were added; no deployment, operator, or controller scheduling changes were introduced.
Ote Binary Stdout Contract ✅ Passed Only two YAML rehearse comments changed; no main/init/suite code or stdout writes were added.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only two YAML rehearse comments were added; no Ginkgo tests, IP handling, or external connectivity logic changed.
No-Weak-Crypto ✅ Passed Only two YAML comments were added; the diff contains no crypto code, weak algorithms, or secret comparisons.
Container-Privileges ✅ Passed Only rehearse comments were added; no privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, or allowPrivilegeEscalation fields were introduced.
No-Sensitive-Data-In-Logs ✅ Passed The only additions are rehearsal comments naming CI jobs; no passwords, tokens, PII, hostnames, or customer data appear in the changed YAML.
✨ 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-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 10, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@Mohit-sharma46: no rehearsable tests are affected by this change

Note: If this PR includes changes to step registry files (ci-operator/step-registry/) and you expected jobs to be found, try rebasing your PR onto the base branch. This helps pj-rehearse accurately detect changes when the base branch has moved forward.

@Mohit-sharma46

Copy link
Copy Markdown
Author

/retest

@openshift-ci

openshift-ci Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

@Mohit-sharma46: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/ci-operator-config-metadata ef3f556 link true /test ci-operator-config-metadata

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant