Skip to content

Add missing 5.0 variant periodic configurations#77784

Open
petr-muller wants to merge 1 commit intoopenshift:mainfrom
petr-muller:trt-2624-validate-periodics
Open

Add missing 5.0 variant periodic configurations#77784
petr-muller wants to merge 1 commit intoopenshift:mainfrom
petr-muller:trt-2624-validate-periodics

Conversation

@petr-muller
Copy link
Copy Markdown
Member

@petr-muller petr-muller commented Apr 14, 2026

Migrate periodic CI job configurations from 4.22 to 5.0 that were added between pre-branching and branch cut

  • cluster-api-actuator-pkg: 6 periodic jobs (e2e-aws, vsphere, azure, gcp, gcp-multi, openstack operator periodics)
  • kubernetes: 1 periodic job (e2e-aws-hpa)

Identified and generated with:

/find-missing-variant-periodics 4.22 5.0
/migrate-variant-periodics 4.22 5.0

🤖 Generated with Claude Code

Summary by CodeRabbit

Release Notes

  • Chores
    • Added periodic CI testing infrastructure for release 5.0 across multiple cloud platforms (AWS, Azure, GCP, vSphere, and OpenStack).
    • Configured automated end-to-end test workflows with specified intervals to ensure platform stability.
    • Established image building and presubmit job validation for release 5.0 branch.

Migrate periodic CI job configurations from 4.22 to 5.0 for
cluster-api-actuator-pkg and kubernetes repositories that were
missing release-specific periodic configs for the 5.0 release.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 14, 2026

Walkthrough

Added OpenShift CI/CD periodic and presubmit configurations for release-5.0 branches of cluster-api-actuator-pkg and kubernetes repositories. Configurations define base images, build processes, release targets (OCP nightly 5.0), resource requests, and periodic test workflows across AWS, Azure, GCP, vSphere, and OpenStack environments with 48–72 hour intervals.

Changes

Cohort / File(s) Summary
Release-5.0 Periodic CI Configurations
ci-operator/config/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-5.0__periodics.yaml, ci-operator/config/openshift/kubernetes/openshift-kubernetes-release-5.0__periodics.yaml
Define base images, build roots, release targets (OCP nightly 5.0), default resource limits (100m CPU, 200Mi memory), and periodic e2e test workflows across cloud platforms (AWS, Azure, GCP, vSphere, OpenStack) and Kubernetes HPA autoscaling with 48–72 hour intervals.
Release-5.0 Periodic Job Definitions
ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-5.0-periodics.yaml, ci-operator/jobs/openshift/kubernetes/openshift-kubernetes-release-5.0-periodics.yaml
Add periodic prowjob declarations for release-5.0 environments targeting ci-operator with cloud-specific cluster profiles, variant labels (ci-operator.openshift.io/variant: periodics), and container specs with GCS upload and secret mounts.
Release-5.0 Presubmit Job Definition
ci-operator/jobs/openshift/cluster-api-actuator-pkg/openshift-cluster-api-actuator-pkg-release-5.0-presubmits.yaml
Adds presubmit job to build periodics-images variant on release-5.0 branches with always_run: true and manifest-tool pusher secret integration.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

🚥 Pre-merge checks | ✅ 10
✅ Passed checks (10 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main purpose of the changeset: adding periodic CI configurations for the 5.0 variant that were previously missing.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Stable And Deterministic Test Names ✅ Passed This PR modifies only YAML CI configuration files with static test names; no Go test source code or Ginkgo constructs are present.
Test Structure And Quality ✅ Passed Pull request contains only YAML CI operator configuration files with no Ginkgo test code to review.
Microshift Test Compatibility ✅ Passed PR adds only YAML CI configuration files for release-5.0 periodic testing, no Ginkgo e2e test code.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR adds only CI configuration files (YAML) referencing pre-existing workflows, not new Ginkgo e2e test code.
Topology-Aware Scheduling Compatibility ✅ Passed CI/CD pipeline configuration files for release 5.0 periodic testing contain no scheduling constraints affecting cluster topology.
Ote Binary Stdout Contract ✅ Passed The OTE Binary Stdout Contract check is designed to detect problematic stdout writes in Go test code. This PR modifies only YAML configuration files for CI/CD pipeline definitions with no Go source code changes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Pull request contains only CI operator configuration YAML files, no new Ginkgo e2e test code, so compatibility check is not applicable.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci bot requested review from benluddy and deads2k April 14, 2026 13:13
@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@petr-muller: 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
pull-ci-openshift-cluster-api-actuator-pkg-release-5.0-periodics-images openshift/cluster-api-actuator-pkg presubmit Presubmit changed
periodic-ci-openshift-cluster-api-actuator-pkg-release-5.0-periodics-e2e-azure-operator-periodic N/A periodic Periodic changed
periodic-ci-openshift-cluster-api-actuator-pkg-release-5.0-periodics-e2e-gcp-multi-operator-periodic N/A periodic Periodic changed
periodic-ci-openshift-kubernetes-release-5.0-periodics-e2e-aws-hpa N/A periodic Periodic changed
periodic-ci-openshift-cluster-api-actuator-pkg-release-5.0-periodics-e2e-aws-operator-periodic N/A periodic Periodic changed
periodic-ci-openshift-cluster-api-actuator-pkg-release-5.0-periodics-e2e-gcp-operator-periodic N/A periodic Periodic changed
periodic-ci-openshift-cluster-api-actuator-pkg-release-5.0-periodics-e2e-vsphere-operator-periodic N/A periodic Periodic changed
periodic-ci-openshift-cluster-api-actuator-pkg-release-5.0-periodics-e2e-openstack-operator-periodic 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.

@petr-muller
Copy link
Copy Markdown
Member Author

/pj-rehearse

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@petr-muller
Copy link
Copy Markdown
Member Author

/pj-rehearse ack

We do not need the jobs to succeed, we need the to exist. If they reached multi-stage step section of the job then the config is good enough

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@petr-muller: 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 Apr 14, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 14, 2026

@petr-muller: 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/rehearse/periodic-ci-openshift-cluster-api-actuator-pkg-release-5.0-periodics-e2e-gcp-multi-operator-periodic c400bdc link unknown /pj-rehearse periodic-ci-openshift-cluster-api-actuator-pkg-release-5.0-periodics-e2e-gcp-multi-operator-periodic

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.

@sosiouxme
Copy link
Copy Markdown
Member

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 14, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 14, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: petr-muller, sosiouxme
Once this PR has been reviewed and has the lgtm label, please assign chrischdi, jacobsee 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

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

Labels

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.

2 participants