Skip to content

CNTRLPLANE-2883: Migrate ARM64 NodePool creation test to v2 - #8926

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
georgelipceanu:arm64-v2-e2e
Aug 26, 2026
Merged

CNTRLPLANE-2883: Migrate ARM64 NodePool creation test to v2#8926
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
georgelipceanu:arm64-v2-e2e

Conversation

@georgelipceanu

@georgelipceanu georgelipceanu commented Jul 3, 2026

Copy link
Copy Markdown
Member

What this PR does / why we need it:

This PR migrates the v1 E2E test that validates ARM64 NodePool creation succeeds with multi-arch to v2, on AWS and Azure platforms.

The test:

  1. Creates an ARM64 NodePool with 1 replica
  2. Configures platform-specific settings:
    • AWS: m6g.large instance type
    • Azure: Standard_D4ps_v5 VM size with aro_422-arm marketplace image
  3. Waits for the node to provision and become Ready
  4. Verifies the node has the kubernetes.io/arch=arm64 label
  5. Cleans up the NodePool on test completion

This PR also adds EXTRA_ARGS for the Azure v2 e2e cluster creation, allowing for CI to pass through --arch=arm64 for multi-arch cluster creation.

Which issue(s) this PR fixes:

Fixes #CNTRLPLANE-2883

Special notes for your reviewer:

Azure marketplace image selection:

The test explicitly uses the aro_422-arm marketplace SKU for Azure. Older SKUs (419, 420, 421) would get stuck in the GRUB boot menu when I was testing them. The aro_422-arm SKU successfully auto-boots and completes, which is why it is used in this test.

The text above was an issue in my own setup, please ignore.

Checklist:

  • Subject and description added to both, commit and PR.
  • Relevant issues have been referenced.
  • This change includes docs.
  • This change includes unit tests.

Summary by CodeRabbit

Tests

  • Added end-to-end coverage for creating ARM64 node pools.
  • Validates supported AWS and Azure configurations, including sizing, images, replica count, and release image alignment.
  • Confirms an ARM64 node becomes ready with the expected architecture label.

New Features

  • Azure cluster test variants can now incorporate additional arguments supplied through the environment while preserving existing configuration.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@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 3, 2026
@openshift-ci-robot

openshift-ci-robot commented Jul 3, 2026

Copy link
Copy Markdown

@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:

Test validates ARM64 NodePool creation succeeds with multi-arch on AWS and Azure.

What this PR does / why we need it:

This PR migrates the v1 E2E test that validates ARM64 NodePool creation succeeds with multi-arch to v2, on AWS and Azure platforms.

Which issue(s) this PR fixes:

Fixes #CNTRLPLANE-2883

Special notes for your reviewer:

Checklist:

  • Subject and description added to both, commit and PR.
  • Relevant issues have been referenced.
  • This change includes docs.
  • This change includes unit tests.

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.

@coderabbitai

coderabbitai Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

This PR adds an end-to-end Ginkgo test for ARM64 NodePool creation. The test runs for supported AWS and Azure multi-architecture HostedClusters, configures platform-specific sizing, validates the NodePool specification, and verifies one ready node with the kubernetes.io/arch=arm64 label.

It also parses Azure EXTRA_ARGS and appends them to every generated Azure cluster variant.

Sequence Diagram(s)

sequenceDiagram
  participant E2ETest
  participant HostedCluster
  participant NodePool
  participant ReadyNode
  E2ETest->>HostedCluster: Read release and platform details
  E2ETest->>NodePool: Create one-replica ARM64 NodePool
  E2ETest->>NodePool: Verify ARM64 spec and platform sizing
  E2ETest->>ReadyNode: Wait for ready node
  ReadyNode-->>E2ETest: Return node with kubernetes.io/arch=arm64
Loading

Suggested reviewers: devguyio, sjenning, bryan-cox


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error)

Check name Status Explanation Resolution
No-Sensitive-Data-In-Logs ❌ Error The new test writes node.Name to Ginkgo output and assertion messages; cloud node names can expose internal hostnames or infrastructure identifiers. Do not log node.Name. Use a fixed message or a sanitized identifier, and remove node.Name from failure messages unless it is explicitly redacted.
✅ Passed checks (10 passed)
Check name Status Explanation
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 The new test uses only static Describe and It titles; neither contains generated names, timestamps, nodes, namespaces, IPs, or other run-dependent values.
Test Structure And Quality ✅ Passed The test uses BeforeEach, DeferCleanup, diagnostic assertion messages, and the shared readiness helper with a finite 45-minute timeout; its checks cover one ARM64 NodePool behavior and match v2 pat...
Topology-Aware Scheduling Compatibility ✅ Passed The patch changes only e2e test and lifecycle code. It adds no deployment/controller manifests or pod scheduling constraints such as affinity, topology spread, selectors, tolerations, or PDBs.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The new Ginkgo test uses Kubernetes clients and node labels only; it has no IPv4 literals, IP parsing, URL construction, or public endpoint access. Azure changes only append EXTRA_ARGS.
No-Weak-Crypto ✅ Passed The diff adds ARM64 NodePool test logic and Azure EXTRA_ARGS handling only; searches found no MD5, SHA1, DES, RC4, Blowfish, ECB, custom crypto, or secret comparisons.
Container-Privileges ✅ Passed The PR adds no privileged containers or security contexts; added-line and AST scans found no hostPID, hostNetwork, hostIPC, SYS_ADMIN, root, or allowPrivilegeEscalation settings.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely identifies the migration of the ARM64 NodePool creation test to v2, which is the primary change.
✨ Finishing Touches 💡 1
⚔️ Resolve merge conflicts 💡
  • Resolve merge conflict in branch arm64-v2-e2e
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-ci openshift-ci Bot added area/testing Indicates the PR includes changes for e2e testing and removed do-not-merge/needs-area labels Jul 3, 2026
@openshift-ci
openshift-ci Bot requested review from devguyio and sjenning July 3, 2026 18:59

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Nitpick comments (1)
test/e2e/v2/tests/nodepool_arm64_create_test.go (1)

48-60: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low value

Move platform skip logic into BeforeEach.

Per the v2 e2e AGENTS.md pattern: Use BeforeEach with Skip() when a test applies only to specific platforms, using the format if hostedCluster == nil || hostedCluster.Spec.Platform.Type != hyperv1.AWSPlatform { Skip(...) }. Here the AWS/Azure and multi-arch checks are embedded directly in the It body instead of a BeforeEach.

♻️ Suggested refactor
 var testCtx *internal.TestContext

 BeforeEach(func() {
     testCtx = internal.GetTestContext()
     Expect(testCtx).NotTo(BeNil(), "test context should be set up in BeforeSuite")
+
+    hc := testCtx.GetHostedCluster()
+    if hc.Spec.Platform.Type != hyperv1.AWSPlatform && hc.Spec.Platform.Type != hyperv1.AzurePlatform {
+        Skip("ARM64 NodePool test only supported on AWS and Azure platforms")
+    }
+    if hc.Status.PayloadArch != hyperv1.Multi {
+        Skip("ARM64 NodePool test requires a multi-arch release image")
+    }
 })

As per coding guidelines, "Use BeforeEach with Skip() for platform-specific tests, and include a clear skip message explaining the platform restriction."

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@test/e2e/v2/tests/nodepool_arm64_create_test.go` around lines 48 - 60, Move
the platform and multi-arch gating out of the It body in the nodepool ARM64 test
and into a BeforeEach using Skip(), following the v2 e2e pattern. Update the
setup around getTestCtx(), ValidateHostedClusterClient(), and GetHostedCluster()
so the HostedCluster is checked before the test runs, then skip early when the
platform is not AWS/Azure or when hc.Status.PayloadArch is not hyperv1.Multi.
Keep the skip messages clear and specific, and leave the It block focused only
on the actual ARM64 NodePool assertions.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@test/e2e/v2/tests/nodepool_arm64_create_test.go`:
- Around line 74-106: The ARM64 NodePool test in nodepool_arm64_create_test
should verify the AWS path after creation the same way it already verifies
Azure. Add an assertion in the createdNP check for the AWS branch that
createdNP.Spec.Platform.AWS.InstanceType matches the configured m6g.large value,
alongside the existing Azure VMSize assertion, using the createdNP object and
the NodePool platform type switch.
- Around line 68-70: The node pool test is using a raw architecture string
instead of the shared constant, which can drift from the expected value. Update
the NodePool setup in the arm64 create test to use hyperv1.ArchitectureARM64 in
the pool.Spec.Arch assignment, keeping it consistent with the existing assertion
that already checks against that constant. This change should be made in the
test helper block that builds the NodePool for the arm64 case.

---

Nitpick comments:
In `@test/e2e/v2/tests/nodepool_arm64_create_test.go`:
- Around line 48-60: Move the platform and multi-arch gating out of the It body
in the nodepool ARM64 test and into a BeforeEach using Skip(), following the v2
e2e pattern. Update the setup around getTestCtx(),
ValidateHostedClusterClient(), and GetHostedCluster() so the HostedCluster is
checked before the test runs, then skip early when the platform is not AWS/Azure
or when hc.Status.PayloadArch is not hyperv1.Multi. Keep the skip messages clear
and specific, and leave the It block focused only on the actual ARM64 NodePool
assertions.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: ab42037f-e9cd-4242-bb7d-949470229b73

📥 Commits

Reviewing files that changed from the base of the PR and between 8e1aa48 and 2df25ef.

📒 Files selected for processing (1)
  • test/e2e/v2/tests/nodepool_arm64_create_test.go

Comment thread test/e2e/v2/tests/nodepool_arm64_create_test.go Outdated
Comment thread test/e2e/v2/tests/nodepool_arm64_create_test.go
@codecov

codecov Bot commented Jul 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.13%. Comparing base (073d02b) to head (59f35e3).
⚠️ Report is 35 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8926   +/-   ##
=======================================
  Coverage   46.13%   46.13%           
=======================================
  Files         783      783           
  Lines       98377    98377           
=======================================
  Hits        45382    45382           
  Misses      49919    49919           
  Partials     3076     3076           

see 1 file with indirect coverage changes

Flag Coverage Δ
cmd-support 39.61% <ø> (ø)
cpo-hostedcontrolplane 48.31% <ø> (ø)
cpo-other 46.11% <ø> (ø)
hypershift-operator 57.14% <ø> (ø)
other 34.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@georgelipceanu
georgelipceanu force-pushed the arm64-v2-e2e branch 2 times, most recently from a327767 to 2096a76 Compare July 6, 2026 09:54
@hypershift-jira-solve-ci

hypershift-jira-solve-ci Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Test Failure Analysis Complete

Job Information

  • Prow Jobs: pull-ci-openshift-hypershift-main-images, pull-ci-openshift-hypershift-main-security, pull-ci-openshift-hypershift-main-verify-deps
  • Build IDs: 2074070106735906816, 2074070107457327104, 2074070107570573312
  • Cluster: build01
  • PR: CNTRLPLANE-2883: Migrate ARM64 NodePool creation test to v2 #8926 (commit 2096a769)
  • State: All three jobs ended in error (not failure) — the test code never executed

Test Failure Analysis

Error

Pod scheduling timeout.

0/136 nodes are available: 1 node(s) were unschedulable, 117 node(s) had untolerated taint(s),
13 node(s) didn't match Pod's node affinity/selector, 2 Insufficient cpu, 3 Insufficient memory.
no new claims to deallocate, preemption: 0/136 nodes are available: 131 Preemption is not helpful
for scheduling, 2 No preemption victims found for incoming pod, 3 Insufficient memory.

Summary

All three Prow jobs (images, security, verify-deps) failed identically with a CI infrastructure pod scheduling timeout on the build01 cluster — none of them executed any test code. The pods were created at 09:57:02 UTC and remained in Pending state for ~30 minutes until Prow's scheduling timeout killed them at 10:27:25 UTC. The Kubernetes scheduler could not place the pods because: 117 of 136 nodes had untolerated taints, 13 nodes didn't match the pod's node affinity/selector, 2 nodes had insufficient CPU, 3 nodes had insufficient memory, and 1 node was marked unschedulable. These failures are entirely unrelated to PR #8926's code changes and are caused by transient CI infrastructure capacity exhaustion on the build01 cluster.

Root Cause

The root cause is CI infrastructure capacity exhaustion on the build01 cluster, not a code defect in PR #8926.

All three jobs were submitted simultaneously at 09:54:22 UTC. Their pods were created at 09:57:02 UTC in the ci namespace with:

  • nodeSelector: ci-workload: prowjobs (restricts to CI worker nodes)
  • Node affinity: requires kubernetes.io/arch in [amd64, arm64] (multi-arch label applied by the multiarch.openshift.io scheduling gate)
  • Tolerations: only tolerates node-role.kubernetes.io/ci-prowjobs-worker

Of the 136 nodes in the cluster at that time:

  • 117 nodes had taints the pods didn't tolerate (these are likely nodes reserved for other workloads — builds, CI operator, etc.)
  • 13 nodes didn't match the pod's node affinity/selector (wrong architecture or missing ci-workload label)
  • 2 nodes had insufficient CPU
  • 3 nodes had insufficient memory
  • 1 node was cordoned/unschedulable

This left 0 eligible nodes, and preemption could not help (131 nodes where preemption wouldn't help, 2 with no viable preemption victims, 3 with insufficient memory even after preemption). After ~30 minutes in Pending, Prow's pod scheduling timeout terminated the jobs with error state.

This is a transient infrastructure condition — the cluster was overloaded at the time these jobs were submitted. Retrying the jobs when capacity frees up will resolve the issue.

Recommendations
  1. Retest the PR — Run /retest on PR CNTRLPLANE-2883: Migrate ARM64 NodePool creation test to v2 #8926 to re-trigger these jobs. The failures are transient infrastructure issues unrelated to the code changes.
  2. No code changes needed — The PR's code (CNTRLPLANE-2883: Migrate ARM64 NodePool creation test to v2) was never compiled or tested; there is no signal about code correctness from these runs.
  3. If retests continue to fail with the same pod scheduling timeout, escalate to the CI infrastructure team (Test Platform / DPTP) as a build01 cluster capacity issue.
Evidence
Evidence Detail
Job state All three: error (infrastructure error, not test failure)
Error description Pod scheduling timeout. — identical for all three jobs
Cluster build01
Pod phase Pending — pods were never scheduled to a node
Pod created 2026-07-06T09:57:02Z
Timeout at 2026-07-06T10:27:25Z (~30 minutes pending)
Scheduler message 0/136 nodes are available: 117 untolerated taints, 13 node affinity mismatch, 2 insufficient CPU, 3 insufficient memory, 1 unschedulable
No build-log.txt Absent from all three jobs — confirms no container ever started
Pod nodeSelector ci-workload: prowjobs
Pod arch affinity kubernetes.io/arch In [amd64, arm64] (multi-arch)
PR commit 2096a769c4b9576ecf5454ceeaf00ec64ff2db6c — never built or tested

@georgelipceanu

Copy link
Copy Markdown
Member Author

/retest images

@georgelipceanu

Copy link
Copy Markdown
Member Author

/test images

testing these since they simply failed to find a node to run on, causing them to ERROR, not fail.

@georgelipceanu

Copy link
Copy Markdown
Member Author

/test security

@georgelipceanu

Copy link
Copy Markdown
Member Author

/test verify-deps

@csrwng csrwng left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for migrating this test to v2! One suggestion on making the coverage stronger.

Comment thread test/e2e/v2/tests/nodepool_arm64_create_test.go
@csrwng csrwng added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 14, 2026
@mgencur

mgencur commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 27, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-aks-4-22
/test e2e-aws-4-22
/test e2e-aks
/test e2e-aws
/test e2e-aws-upgrade-hypershift-operator
/test e2e-azure-v2-self-managed
/test e2e-kubevirt-aws-ovn-reduced
/test e2e-v2-aws
/test e2e-v2-gke
/test unit
/test verify

@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 30, 2026
@mgencur

mgencur commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

@georgelipceanu Could you explain what has changed? Or post this in a separate commit. Thanks

@georgelipceanu

Copy link
Copy Markdown
Member Author

@georgelipceanu Could you explain what has changed? Or post this in a separate commit. Thanks

@mgencur I was meant to add changes to test/e2e/v2/lifecycle/azure.go to allow for EXTRA_ARGS to be read in the Azure CI cluster creation to allow for ARM testing (discussed here) AND rebase this just for cleanliness but I had these changes in a different directory on my local machine without realising, so I only submitted the rebase with no changes. Apologies for the waste in resources, will adjust the commit now and update the PR description to reflect this 😓

@mgencur

mgencur commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

/lgtm
/retest

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 24, 2026

@georgelipceanu georgelipceanu left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/verified by @georgelipceanu

Tested on AKS cluster with 5.0 HC using quay.io/openshift-release-dev/ocp-release-nightly@sha256:106e3771d9d3f4b862fc92278c461e7c307b81223627d242b134a293167f4868 multi image:

  • Nodepools created successfully
  • Joined successfully

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Aug 24, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@georgelipceanu: This PR has been marked as verified by @georgelipceanu.

Details

In response to this:

/verified by @georgelipceanu

Tested on AKS cluster with 5.0 HC using quay.io/openshift-release-dev/ocp-release-nightly@sha256:106e3771d9d3f4b862fc92278c461e7c307b81223627d242b134a293167f4868 multi image:

  • Nodepools created successfully
  • Joined successfully

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 added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Aug 24, 2026
Test validates ARM64 NodePool creation succeeds, becomes ready and verifies it has arm64 label.

Also update Azure v2 e2e lifecycle to read EXTRA_ARGS environment variable, enabling CI to pass --arch=arm64 for multi-arch clusters.

Signed-off-by: George Lipceanu <glipcean@redhat.com>
@openshift-ci-robot openshift-ci-robot removed the verified Signifies that the PR passed pre-merge verification criteria label Aug 24, 2026
@openshift-ci openshift-ci Bot removed lgtm Indicates that a PR is ready to be merged. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Aug 24, 2026
@georgelipceanu

georgelipceanu commented Aug 24, 2026

Copy link
Copy Markdown
Member Author

/verified by @georgelipceanu

same reason here, just needed rebase from merge conflict

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Aug 24, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@georgelipceanu: This PR has been marked as verified by @georgelipceanu.

Details

In response to this:

/verified by @georgelipceanu

same reason here, just needed rebase

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.

@mgencur

mgencur commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 25, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test e2e-aks-5-0
/test e2e-aws-5-0
/test e2e-aks
/test e2e-aws
/test e2e-aws-upgrade-hypershift-operator
/test e2e-kubevirt-aws-ovn-reduced
/test e2e-v2-aws
/test e2e-v2-azure-self-managed
/test e2e-v2-gke

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD a7f22d5 and 2 for PR HEAD 59f35e3 in total

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 926828a and 1 for PR HEAD 59f35e3 in total

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 9674af4 and 0 for PR HEAD 59f35e3 in total

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/hold

Revision 59f35e3 was retested 3 times: holding

@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 Aug 25, 2026
@georgelipceanu

Copy link
Copy Markdown
Member Author

/hold cancel
/test e2e-v2-azure-self-managed

@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 Aug 25, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 7a31335 and 2 for PR HEAD 59f35e3 in total

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 8e91adf and 1 for PR HEAD 59f35e3 in total

@georgelipceanu

Copy link
Copy Markdown
Member Author

/test e2e-v2-azure-self-managed

@openshift-ci

openshift-ci Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

@georgelipceanu: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-azure-v2-self-managed e4f6c86 link true /test e2e-azure-v2-self-managed
ci/prow/e2e-aws-4-22 4f932e0 link true /test e2e-aws-4-22

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.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 9631a28 and 0 for PR HEAD 59f35e3 in total

@openshift-merge-bot
openshift-merge-bot Bot merged commit a2a920b into openshift:main Aug 26, 2026
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/platform/azure PR/issue for Azure (AzurePlatform) platform area/testing Indicates the PR includes changes for e2e testing jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants