Add OADP single-stack IPv6 cluster provisioning workflow on Equinix M…#81210
Add OADP single-stack IPv6 cluster provisioning workflow on Equinix M…#81210PrasadJoshi12 wants to merge 1 commit into
Conversation
|
Skipping CI for Draft Pull Request. |
|
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 (1)
📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (2)
🚧 Files skipped from review as they are similar to previous changes (2)
WalkthroughAdds a new OADP E2E QE CI job for a release-v1.5 IPv6 bare-metal cluster, with matching workflow definition, workflow ownership metadata, and ci-operator job configuration. ChangesOADP IPv6 bare-metal CI wiring
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
/pj-rehearse pull-ci-oadp-qe-oadp-e2e-qe-release-v1.5-ipv6-cluster-oadp-baremetalds-ipv6 |
|
@PrasadJoshi12: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: PrasadJoshi12 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 |
f6dfda8 to
3bdab07
Compare
|
/pj-rehearse pull-ci-oadp-qe-oadp-e2e-qe-release-v1.5-ipv6-cluster-oadp-baremetalds-ipv6 |
|
@PrasadJoshi12: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
…etal Adds a new workflow oadp-baremetalds-ipv6-oadp-qe that provisions a single-stack IPv6 bare metal cluster on Equinix Metal using dev-scripts with IP_STACK=v6. Cluster stays alive for 12 hours via oadp-debug-wait. Also adds a CI config variant (release-v1.5__ipv6-cluster) with a presubmit job that can be triggered via: /test ipv6-cluster-oadp-baremetalds-ipv6 or via Gangway: pull-ci-oadp-qe-oadp-e2e-qe-release-v1.5-ipv6-cluster-oadp-baremetalds-ipv6 Co-authored-by: Cursor <cursoragent@cursor.com>
3bdab07 to
85f6443
Compare
|
/pj-rehearse pull-ci-oadp-qe-oadp-e2e-qe-release-v1.5-ipv6-cluster-oadp-baremetalds-ipv6 |
|
@PrasadJoshi12: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@PrasadJoshi12: 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. |
Add OADP single-stack IPv6 cluster provisioning workflow on Equinix Metal
Summary by CodeRabbit
This PR adds CI infrastructure for OADP E2E QE runs on Equinix Metal that provision a single-stack IPv6 bare-metal cluster. It introduces a new step-registry workflow (
oadp-baremetalds-ipv6-oadp-qe) that selects theequinix-ocp-metalcluster profile, configuresdev-scriptswithIP_STACK=v6to bring up the IPv6 single-stack environment, and setsDEBUG_WAIT_TIMEOUTto43200(12 hours) for extended debug availability. The workflow is chained withbaremetalds-ofcir-preandbaremetalds-ofcir-post, and the test phase is executed viaoadp-debug-wait.It also adds a matching release configuration for
release-v1.5(oadp-qe-oadp-e2e-qe-release-v1.5__ipv6-cluster.yaml) underci-operator/config/oadp-qe/oadp-e2e-qe/. This release config defines thebase_images.dev-scriptssource, sets thereleases.latest.candidatestream/version (OCP candidate for version5.0onnightly), provides default resource requests (cpu: 100m,memory: 200Mi), and registers a new optionaloadp-baremetalds-ipv6test entry (requiringintranet) that triggers theoadp-baremetalds-ipv6-oadp-qeworkflow. Ownership metadata and step-registry workflow metadata are updated soprasadjoshi12is the approver/reviewer.