Skip to content

NO-JIRA: Cleanup ovn-kubernetes periodic jobs - #83912

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
arkadeepsen:cleanup-periodics
Aug 24, 2026
Merged

NO-JIRA: Cleanup ovn-kubernetes periodic jobs#83912
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
arkadeepsen:cleanup-periodics

Conversation

@arkadeepsen

@arkadeepsen arkadeepsen commented Aug 24, 2026

Copy link
Copy Markdown
Member

This PR cleans up the periodic jobs related to d/s merge and branch sync for 5.1, 5.0 and 4.22 branches.

Summary by CodeRabbit

  • Updated OVN-Kubernetes CI branch synchronization for release-4.22, release-5.0, and release-5.1.
  • Added an hourly job to sync release-5.0 into release-4.22.
  • Removed obsolete branch-sync and downstream-merge jobs from release-5.0.
  • Removed the main to release-4.22 branch-sync job from release-5.1.

Signed-off-by: arkadeepsen <arsen@redhat.com>
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 24, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@arkadeepsen: This pull request explicitly references no jira issue.

Details

In response to this:

This PR cleans up the periodic jobs related to d/s merge and branch sync for 5.1, 5.0 and 4.22 branches.

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.

@openshift-ci
openshift-ci Bot requested review from jcaamano and tssurya August 24, 2026 14:31
@coderabbitai

coderabbitai Bot commented Aug 24, 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: 6d31b0ab-3e4d-4583-96e7-a46c6ed86bb8

📥 Commits

Reviewing files that changed from the base of the PR and between 7b53c5c and 5c510e3.

⛔ Files ignored due to path filters (3)
  • ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.22-periodics.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-5.0-periodics.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-5.1-periodics.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (3)
  • ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.22__periodics.yaml
  • ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-5.0__periodics.yaml
  • ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-5.1__periodics.yaml
💤 Files with no reviewable changes (2)
  • ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-5.0__periodics.yaml
  • ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-5.1__periodics.yaml

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


Walkthrough

The periodic configuration adds hourly synchronization from release-5.0 to release-4.22. It removes obsolete synchronization jobs from the 5.0 and 5.1 configurations.

Changes

OVN-Kubernetes branch synchronization

Layer / File(s) Summary
Configure release 4.22 synchronization
ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.22__periodics.yaml
Adds an hourly github-branch-sync job that merges release-5.0 into release-4.22.
Remove obsolete release jobs
ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-5.0__periodics.yaml, ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-5.1__periodics.yaml
Removes the 5.0 branch-sync and downstream-merge jobs and the 5.1 branch-sync job.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to 5c510

The PR cleans up obsolete periodic-job definitions while retaining the generated job configuration; no actionable merge-blocking risk remains, so it is merge-ready after normal checks and review.

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Ipv6 And Disconnected Network Test Compatibility ⚠️ Warning The PR adds a periodic github-branch-sync test whose commands call api.github.com and clone from github.com, requiring public internet connectivity. Apply the IPv6/disconnected compatibility notice: use an internal mirror or verify this job in the required IPv6 CI context; otherwise exclude it from disconnected runs.
✅ Passed checks (14 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the cleanup of OVN-Kubernetes periodic jobs, which is the main change.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)
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 diff changes only periodic YAML and generated job definitions; added names and branch values are static, and no Ginkgo title construct is introduced.
Test Structure And Quality ✅ Passed The PR changes only CI YAML and generated Prow job YAML; the diff adds/removes branch-sync and downstream-merge jobs and contains no Ginkgo test code or test assertions.
Microshift Test Compatibility ✅ Passed The pull request changes only periodic YAML configuration and generated job definitions; it adds no Ginkgo tests or test bodies that could reference unavailable MicroShift APIs.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR changes only CI periodic YAML and generated job configuration; it adds no Ginkgo e2e tests or multi-node assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed The diff only changes ci-operator/Prow periodic jobs; added content has no affinity, topology spread, replica, node selector, toleration, or PDB scheduling constraints.
Ote Binary Stdout Contract ✅ Passed The pull request changes only six YAML files. The patch adds or removes job references and contains no OTE binary or process-level stdout write.
No-Weak-Crypto ✅ Passed The PR changes only periodic YAML and generated job definitions; no weak-crypto algorithm appears in changed lines, and the invoked branch-sync signs with SHA-256/RS256.
Container-Privileges ✅ Passed The six changed YAML files add no privileged:true, hostPID/hostNetwork/hostIPC, SYS_ADMIN, allowPrivilegeEscalation:true, or runAsUser: 0 settings.
No-Sensitive-Data-In-Logs ✅ Passed The diff adds only repository and branch names plus a standard job definition; the referenced script logs no secret values, and removed jobs cannot add sensitive logging.
✨ 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

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@arkadeepsen: 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
periodic-ci-openshift-ovn-kubernetes-release-4.22-periodics-branch-sync N/A periodic Periodic 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.

@arkadeepsen

Copy link
Copy Markdown
Member Author

/pj-rehearse periodic-ci-openshift-ovn-kubernetes-release-4.22-periodics-branch-sync

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@arkadeepsen

Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@arkadeepsen: 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 24, 2026
@openshift-ci

openshift-ci Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

@arkadeepsen: 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.

@arkadeepsen

Copy link
Copy Markdown
Member Author

/tide refresh

@jluhrsen

Copy link
Copy Markdown
Contributor

/lgtm

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

openshift-ci Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: arkadeepsen, jluhrsen

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 24, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit 35bb8a0 into openshift:main Aug 24, 2026
17 checks passed
@arkadeepsen
arkadeepsen deleted the cleanup-periodics branch August 24, 2026 20:42
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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. 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.

3 participants