Skip to content

Commit 4b326c1

Browse files
committed
Auto merge of #136970 - marcoieni:no-largedisk, r=<try>
ci: move jobs using the largedisk runner to the free runner try-job: dist-loongarch64-linux try-job: dist-loongarch64-musl try-job: dist-powerpc64le-linux try-job: x86_64-gnu-debug
2 parents cfe9ffc + 392328b commit 4b326c1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/ci/github-actions/jobs.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,10 @@ auto:
168168
<<: *job-linux-4c
169169

170170
- name: dist-loongarch64-linux
171-
<<: *job-linux-4c-largedisk
171+
<<: *job-linux-4c
172172

173173
- name: dist-loongarch64-musl
174-
<<: *job-linux-4c-largedisk
174+
<<: *job-linux-4c
175175

176176
- name: dist-ohos
177177
<<: *job-linux-4c
@@ -183,7 +183,7 @@ auto:
183183
<<: *job-linux-4c
184184

185185
- name: dist-powerpc64le-linux
186-
<<: *job-linux-4c-largedisk
186+
<<: *job-linux-4c
187187

188188
- name: dist-riscv64-linux
189189
<<: *job-linux-4c
@@ -294,9 +294,7 @@ auto:
294294
<<: *job-linux-4c
295295

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

301299
- name: x86_64-gnu-distcheck
302300
<<: *job-linux-8c

0 commit comments

Comments
 (0)