Skip to content

Revert "Disable arm runners since unavailable (#1646)" - #1692

Open
syntactically wants to merge 1 commit into
mainfrom
lm/enable-a64kvm-ci
Open

Revert "Disable arm runners since unavailable (#1646)"#1692
syntactically wants to merge 1 commit into
mainfrom
lm/enable-a64kvm-ci

Conversation

@syntactically

Copy link
Copy Markdown
Member

This reverts commit 817a2d3, since we have an aarch64 KVM runner again.

This reverts commit 817a2d3, since we
have an aarch64 KVM runner again.

Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 29, 2026 20:34
@syntactically syntactically added kind/enhancement For PRs adding features, improving functionality, docs, tests, etc. area/infrastructure Concerns infrastructure rather than core functionality labels Jul 29, 2026

Copilot AI 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.

Pull request overview

This PR re-enables arm64 CI coverage across the repository’s GitHub Actions workflows, reverting a prior change that temporarily limited runs to X64 while Arm runners were unavailable.

Changes:

  • Re-add arm64 to the guest build matrices used by PR validation and cache priming workflows.
  • Re-enable arm64 variants in build/test and snapshot-golden regeneration matrices (with targeted exclusions).
  • Re-enable the scheduled DailyArm64 workflow by removing the hard if: ${{ false }} disables.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/ValidatePullRequest.yml Restores arm64 to PR guest build and build/test matrices (with arm-specific exclusions).
.github/workflows/RegenSnapshotGoldens.yml Restores arm64 builds/tests for snapshot golden regeneration paths.
.github/workflows/PrimeCaches.yml Restores arm64 cache priming for guests and host (kvm) combinations.
.github/workflows/DailyArm64.yml Re-enables the scheduled daily aarch64 workflow jobs.

Comment on lines 156 to 160
exclude:
- cpu_vendor: apple
hypervisor: hyperv-ws2025
- cpu_vendor: apple
hypervisor: mshv3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/infrastructure Concerns infrastructure rather than core functionality kind/enhancement For PRs adding features, improving functionality, docs, tests, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants