Skip to content

Commit

Permalink
Auto merge of rust-lang#133902 - Kobzol:ci-dist-arm-runner, r=<try>
Browse files Browse the repository at this point in the history
CI: move `dist-arm-linux` to a free runner

First, I want to test whether we could actually move this to a free runner, vs moving to the 8-core ARM runner.

Fixes: rust-lang/infra-team#181

r? `@MarcoIeni`

try-job: dist-arm-linux
  • Loading branch information
bors committed Dec 5, 2024
2 parents 0e98766 + 28767a1 commit ab1508a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runners:
os: windows-2022-16core-64gb
<<: *base-job

- &job-aarch64-linux
- &job-linux-8c-aarch64
os: ubuntu-22.04-arm64-8core-32gb

envs:
Expand Down Expand Up @@ -123,10 +123,10 @@ auto:
#############################

- image: aarch64-gnu
<<: *job-aarch64-linux
<<: *job-linux-8c-aarch64

- image: aarch64-gnu-debug
<<: *job-aarch64-linux
<<: *job-linux-8c-aarch64

- image: arm-android
<<: *job-linux-4c
Expand All @@ -143,7 +143,7 @@ auto:
<<: *job-linux-4c

- image: dist-arm-linux
<<: *job-linux-8c
<<: *job-linux-8c-aarch64

- image: dist-armhf-linux
<<: *job-linux-4c
Expand Down

0 comments on commit ab1508a

Please sign in to comment.