CNTRLPLANE-3870: add periodic e2e-aro-hcp test for release-5.0 - #82403
CNTRLPLANE-3870: add periodic e2e-aro-hcp test for release-5.0#82403Nirshal wants to merge 2 commits into
Conversation
…lease-5.0 Add a daily periodic version of the e2e-aro-hcp presubmit test to the release-5.0 periodics config. This is needed to register the test as an informing gate on the HO release controller. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@Nirshal: This pull request references CNTRLPLANE-3870 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 task 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 selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughA daily ChangesARO HCP periodic test
Estimated code review effort: 2 (Simple) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/pj-rehearse periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-aro-hcp |
|
@Nirshal: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/retest |
…hcp periodic The aro-hcp-hypershift-e2e workflow requires aro-hcp-e2e-tests and aro-hcp-e2e-tools images. Add them as base_images so they can be resolved in the periodic context where no source build occurs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
/pj-rehearse periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-aro-hcp |
|
@Nirshal: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
A total of 39 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@Nirshal: The following test failed, say
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. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox, Nirshal 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 |
What this PR does / why we need it:
Adds a daily periodic version of the
e2e-aro-hcptest to therelease-5.0periodics config. The test already exists as a presubmit onmain(first successful run on PR #9031) and needs a periodic counterpart so it can be registered as an informing test on the HO Konflux release controller.Once the periodic job accumulates enough runs and proves consistently green, it will be promoted to a required (blocking) test.
The periodic job uses the same configuration as the existing presubmit:
aro-hcp-devaro-hcp-hypershift-e2e(provisions an isolated ARO HCP environment, pushes HO/CPO images, runs e2e tests)0 2 * * *), consistent with other blocking tests in the gateA follow-up MR on
konflux-release-datawill add the generated job name (periodic-ci-openshift-hypershift-release-5.0-periodics-e2e-aro-hcp) to the ITSe2e-informing-job-nameslist.Special notes for your reviewer:
This periodic is added to
release-5.0only, to match the existing blocking tests in the HO release gate ITS. The original request (CNTRLPLANE-3870) does not specify whether it should also be added for other release branches (e.g.release-4.22). Please advise if we should extend coverage.Which issue(s) this PR fixes:
CNTRLPLANE-3870
Checklist:
Summary by CodeRabbit
Updates the OpenShift CI HyperShift
release-5.0periodics configuration inopenshift/releaseby adding an ARO HCP daily end-to-end job (e2e-aro-hcp) scheduled at 02:00 UTC. The job uses thearo-hcp-devcluster profile and thearo-hcp-hypershift-e2eworkflow, and sets ARO/HCP-specific environment variables (e.g., allowed subscriptions, cloud/deploy env, and multistage parameter override). It also addsaro-hcp-e2e-testsandaro-hcp-e2e-toolsas periodicbase_imagesso the workflow can resolve required images in the periodic context without performing a source build.