Skip to content

Commit

Permalink
test all largedisk jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Nov 4, 2024
1 parent b9a27fc commit 69c4c84
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ auto:
- image: dist-aarch64-linux
env:
CODEGEN_BACKENDS: llvm,cranelift
<<: *job-linux-4c-largedisk
<<: *job-linux-4c

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

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

- image: dist-loongarch64-musl
<<: *job-linux-4c
Expand All @@ -167,19 +167,19 @@ auto:
<<: *job-linux-4c

- image: dist-powerpc-linux
<<: *job-linux-4c-largedisk
<<: *job-linux-4c

- image: dist-powerpc64-linux
<<: *job-linux-4c-largedisk
<<: *job-linux-4c

- image: dist-powerpc64le-linux
<<: *job-linux-4c-largedisk
<<: *job-linux-4c

- image: dist-riscv64-linux
<<: *job-linux-4c

- image: dist-s390x-linux
<<: *job-linux-4c-largedisk
<<: *job-linux-4c

- image: dist-various-1
<<: *job-linux-4c
Expand Down Expand Up @@ -258,9 +258,7 @@ auto:
<<: *job-linux-4c

- image: x86_64-gnu-debug
# This seems to be needed because a full stage 2 build + run-make tests
# overwhelms the storage capacity of the standard 4c runner.
<<: *job-linux-4c-largedisk
<<: *job-linux-4c

- image: x86_64-gnu-distcheck
<<: *job-linux-8c
Expand Down

0 comments on commit 69c4c84

Please sign in to comment.