Skip to content

[WIP] CNTRLPLANE-2883: Add v2 ARM64 multi-arch test jobs for AWS and Azure#81894

Open
georgelipceanu wants to merge 1 commit into
openshift:mainfrom
georgelipceanu:CNTRLPLANE-2883
Open

[WIP] CNTRLPLANE-2883: Add v2 ARM64 multi-arch test jobs for AWS and Azure#81894
georgelipceanu wants to merge 1 commit into
openshift:mainfrom
georgelipceanu:CNTRLPLANE-2883

Conversation

@georgelipceanu

@georgelipceanu georgelipceanu commented Jul 14, 2026

Copy link
Copy Markdown

Description

This PR adds CI presubmit jobs for the v2 migration of the v1 ARM64 NodePool creation test that validates multi-architecture NodePool provisioning on AWS and Azure platforms as part of CNTRLPLANE-2883.

Holding until openshift/hypershift#8926 is merged.

Summary by CodeRabbit

  • Adds optional CI presubmit jobs to validate v2 multi-architecture HyperShift NodePool provisioning on AWS and Azure.
  • Configures AWS testing with m6g.xlarge and multi-architecture release images.
  • Configures Azure self-managed testing with the hypershift-aks profile and multi-architecture release images.

Signed-off-by: George Lipceanu <glipcean@redhat.com>
@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 14, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 14, 2026
@openshift-ci-robot

openshift-ci-robot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

@georgelipceanu: This pull request references CNTRLPLANE-2883 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.

Details

In response to this:

Description

This PR adds CI presubmit jobs for the v2 migration of the v1 ARM64 NodePool creation test that validates multi-architecture NodePool provisioning on AWS and Azure platforms as part of CNTRLPLANE-2883.

Holding until openshift/hypershift#8926 is merged.

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.

@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@georgelipceanu

Copy link
Copy Markdown
Author

/hold

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 14, 2026
@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: georgelipceanu
Once this PR has been reviewed and has the lgtm label, please assign muraee 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

@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Walkthrough

Adds optional HyperShift v2 multi-architecture E2E test jobs for AWS and Azure, including their workflows, cluster settings, instance configuration, and multi-architecture release image dependencies.

Changes

HyperShift v2 multi-arch E2E coverage

Layer / File(s) Summary
Configure AWS and Azure E2E jobs
ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml
Adds optional AWS and Azure test entries using the v2 workflows and release:multi-latest image dependencies; the AWS job also sets m6g.xlarge, while Azure uses the hypershift-aks profile.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

  • openshift/release#81878: Adds related HyperShift v2 AWS E2E coverage through periodic release-controller verification.

Suggested reviewers: enxebre, mgencur, bryan-cox

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed No Ginkgo It/Describe/Context/When titles were added or changed; the PR only adds CI job/config entries.
Test Structure And Quality ✅ Passed The PR only adds CI job config in a YAML file; no Ginkgo test code or test structure was modified.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e test code was added; the PR only changes ci-operator YAML job definitions, so MicroShift test compatibility is not implicated.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only adds CI job configs invoking existing HyperShift v2 workflows; no new Ginkgo tests or SNO-sensitive assumptions were introduced in the diff.
Topology-Aware Scheduling Compatibility ✅ Passed The PR only adds ci-operator presubmit job entries in a YAML config; it doesn't modify deployment manifests/controllers or add scheduling constraints.
Ote Binary Stdout Contract ✅ Passed PR only changes CI YAML/job configs; no process-level code or stdout writes were touched, so the OTE stdout contract isn't implicated.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only adds CI job config; no new Ginkgo test code or network logic was introduced, and added jobs use internal release images/workflows.
No-Weak-Crypto ✅ Passed The PR only adds CI YAML job entries; the patch contains no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB or custom crypto code.
Container-Privileges ✅ Passed The new AWS/Azure presubmits add standard ci-operator pods only; no privileged, hostPID/Network/IPC, allowPrivilegeEscalation, or securityContext fields were introduced.
No-Sensitive-Data-In-Logs ✅ Passed The change only adds CI job config entries; the new lines contain no passwords, tokens, PII, session IDs, hostnames, or other sensitive data.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adding v2 ARM64 multi-arch test jobs for AWS and Azure.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@georgelipceanu: 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-hypershift-main-e2e-v2-aws-multi-arch openshift/hypershift presubmit Presubmit changed
pull-ci-openshift-hypershift-main-e2e-v2-azure-multi-arch openshift/hypershift presubmit Presubmit 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.

@georgelipceanu georgelipceanu changed the title CNTRLPLANE-2883: Add v2 ARM64 multi-arch test jobs for AWS and Azure [WIP]CNTRLPLANE-2883: Add v2 ARM64 multi-arch test jobs for AWS and Azure Jul 14, 2026
@georgelipceanu georgelipceanu changed the title [WIP]CNTRLPLANE-2883: Add v2 ARM64 multi-arch test jobs for AWS and Azure [WIP] CNTRLPLANE-2883: Add v2 ARM64 multi-arch test jobs for AWS and Azure Jul 14, 2026
@georgelipceanu
georgelipceanu marked this pull request as ready for review July 14, 2026 22:14
@openshift-ci
openshift-ci Bot requested review from ironcladlou and sdminonne July 14, 2026 22:14
@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

@georgelipceanu: all tests passed!

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.

@georgelipceanu

Copy link
Copy Markdown
Author

/unhold

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants