CNF-25921: Add periodic testing for cert-manager-operator#82100
CNF-25921: Add periodic testing for cert-manager-operator#82100sebrandon1 wants to merge 1 commit into
Conversation
Add a __periodics.yaml variant for the master branch to provide nightly regression signal across multiple platforms and credential modes. Previously cert-manager-operator had zero periodic jobs. Periodic tests run on a daily cron with staggered times: - e2e-operator (AWS, Mint) at 04:00 UTC - e2e-operator-aws-proxy at 08:00 UTC - e2e-operator-azure-ovn (Azure, Mint) at 12:00 UTC - e2e-operator-azure-workload-identity (Azure, Manual) at 16:00 UTC - e2e-operator-gcp-workload-identity (GCP, Manual) at 20:00 UTC
|
@sebrandon1: This pull request references CNF-25921 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
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. |
|
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 (2)
📒 Files selected for processing (1)
WalkthroughAdds periodic CI configuration for cert-manager-operator, including component image builds, bundle publishing, OCP 4.22 release settings, resource requests, and scheduled end-to-end tests across multiple cluster environments. ChangesCert-manager operator periodics
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sebrandon1 The full list of commands accepted by this bot can be found 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: |
|
/pj-rehearse max |
|
@swghosh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@sebrandon1: 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. |
|
/rebase |
Summary
__periodics.yamlvariant for cert-manager-operator master branch to provide nightly regression signalDetails
The cert-manager-operator had zero periodic test jobs. This means there was no nightly regression signal and no release-specific CI data for analytical tooling. Regressions on non-AWS platforms went undetected until someone manually triggered optional tests on a PR.
This adds 5 periodic tests running on a daily cron with staggered times:
e2e-operatore2e-operator-aws-proxye2e-operator-azure-ovne2e-operator-azure-workload-identitye2e-operator-gcp-workload-identityThis covers AWS, GCP, Azure, proxy environments, and both Mint and Manual credential modes on a daily cadence.
Test plan
make updategenerates expected periodic and presubmit job filesmake checkconfigpassesopenshift-cert-manager-operator-master-periodics.yamlcontains correct cron jobsSummary by CodeRabbit
Adds the
cert-manager-operatormaster-branch periodic CI configuration with five staggered daily e2e jobs across AWS, Azure, and GCP. The jobs cover proxy environments and Mint or Manual credential modes, providing nightly regression coverage and release-specific CI data.