ROSAENG-61894: Add hypershift-ci sector nightly periodic jobs - #82642
ROSAENG-61894: Add hypershift-ci sector nightly periodic jobs#82642dustman9000 wants to merge 1 commit into
Conversation
|
@dustman9000: This pull request references ROSAENG-61894 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. |
WalkthroughAdds a ROSA hypershift CI configuration with build images, an ChangesROSA HCP CI
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustman9000 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 |
Add ci-operator config variant for HyperShift operator validation across both environments: - Integration: hypershift-dev sector (4.22 stable, 5.0 nightly) - Staging: hypershift-ci sector (4.22 stable, 5.0 nightly) Uses CLUSTER_SECTOR to route HCP provisioning to the dedicated MC/SC and the existing rosa-e2e-hcp workflow. Jira: https://redhat.atlassian.net/browse/ROSAENG-61894
11e2a3c to
bf01e0d
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-online-rosa-e2e-main-hypershift-ci-rosa-hcp-e2e-integration-stable-4-22 periodic-ci-openshift-online-rosa-e2e-main-hypershift-ci-rosa-hcp-e2e-staging-stable-4-22 |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@dustman9000: 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. |
Summary
hypershift-cifor HyperShift operator validation nightly periodicshypershift-devsector (4.22 stable, 5.0 nightly)hypershift-cisector (4.22 stable, 5.0 nightly)CLUSTER_SECTORto route HCP provisioning to dedicated MC/SC in us-west-2Context
Dedicated sectors for HyperShift operator CI are now available in both environments. These nightly jobs validate HO health against real ROSA infrastructure, providing the foundation for future presubmit testing on openshift/hypershift PRs.
Part of ROSAENG-61876 (HyperShift Operator Coverage).
Test plan
Summary by CodeRabbit
hypershift-civariant for the ROSA HCP e2e CI-operator configuration (ci-operator/config/openshift-online/rosa-e2e/openshift-online-rosa-e2e-main__hypershift-ci.yaml), intended for the dedicated staging sector.hypershift-cibuild/root images and defaults (including required base images in thecinamespace andbuild_rootimage tag), along with baseline resource requests/limits for jobs.rosa-e2e-hcpand profilerosa-e2e-01:0 5 * * *(integration) and0 6 * * *(staging)30 5 * * *(integration) and30 6 * * *(staging)us-west-2management/service clusters by settingCLUSTER_SECTOR: hypershift-ci(staging) and includes consistent hypershift-ci environment wiring (e.g.,HOSTED_CP: true,ENABLE_BILLING_ACCOUNT: yes,LABEL_FILTER: Platform:HCP,REPLICAS: 3) with run-to-run differences inOCM_LOGIN_ENV,CHANNEL_GROUP(stable vs nightly), andOPENSHIFT_VERSION(4.22 vs 5.0).