Revert "Disable arm runners since unavailable (#1646)" - #1692
Open
syntactically wants to merge 1 commit into
Open
Revert "Disable arm runners since unavailable (#1646)"#1692syntactically wants to merge 1 commit into
syntactically wants to merge 1 commit into
Conversation
This reverts commit 817a2d3, since we have an aarch64 KVM runner again. Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
syntactically
requested review from
andreiltd,
danbugs,
dblnz,
devigned,
jprendes,
jsturtevant,
ludfjig,
simongdavies and
squillace
as code owners
July 29, 2026 20:34
Contributor
There was a problem hiding this comment.
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
arm64to 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit 817a2d3, since we have an aarch64 KVM runner again.