Skip to content

Commit

Permalink
Rollup merge of #136679 - Flakebi:loongarch64-diskspace, r=marcoieni
Browse files Browse the repository at this point in the history
ci: Use largedisk for loongarch

`dist-loongarch64-linux` and `dist-loongarch64-musl` seem to run out of disk space when adding the amdgpu LLVM backend. There are changes underway to free more disk space, but that may take a while, so it was suggested to switch the affected jobs to a largedisk runner until that is ready.
`dist-powerpc64-linux` is another job that ran out of disk space one time, but it succeeded the other times, so I did not include it here.

amdgpu target PR with more references to the failures: #134740

r? ```@marcoieni```
  • Loading branch information
matthiaskrgr authored Feb 8, 2025
2 parents dbcd74e + 6f515fb commit 45771e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ auto:
<<: *job-linux-4c

- name: dist-loongarch64-linux
<<: *job-linux-4c
<<: *job-linux-4c-largedisk

- name: dist-loongarch64-musl
<<: *job-linux-4c
<<: *job-linux-4c-largedisk

- name: dist-ohos
<<: *job-linux-4c
Expand Down

0 comments on commit 45771e4

Please sign in to comment.