Disable arm runners since unavailable#1646
Open
ludfjig wants to merge 1 commit into
Open
Conversation
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reduces CI usage of Arm64 by removing arm64 from workflow matrices and disabling the scheduled aarch64 workflow, to keep CI green while Arm runners are unavailable.
Changes:
- Restrict
archmatrices toX64in PR validation, snapshot-golden regen, and cache priming workflows. - Keep Arm64-related matrix exclusions commented for easier re-enable later.
- Disable all jobs in the Daily aarch64 workflow via
if: ${{ false }}guards.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/ValidatePullRequest.yml | Drops arm64 from PR validation job matrices to avoid scheduling on unavailable Arm runners. |
| .github/workflows/RegenSnapshotGoldens.yml | Drops arm64 from snapshot regen matrices so publishing/regeneration doesn’t require Arm runners. |
| .github/workflows/PrimeCaches.yml | Drops arm64 from cache priming to avoid Arm cache jobs while runners are down. |
| .github/workflows/DailyArm64.yml | Disables all aarch64 scheduled jobs while runners are unavailable. |
Comment on lines
+154
to
+158
| # Temporarily disabled while Arm runners are unavailable. | ||
| hypervisor: ['hyperv-ws2025', mshv3, kvm] | ||
| cpu_vendor: [amd, intel, apple] | ||
| arch: [X64, arm64] | ||
| arch: [X64] | ||
| # arch: [X64, arm64] |
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.
No description provided.