Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit ddf43cf

Browse files
committed
use 36 core job
1 parent 7a2b62f commit ddf43cf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ runners:
5151
os: codebuild-ubuntu-22-8c-${{ github.run_id }}-${{ github.run_attempt }}
5252
<<: *base-job
5353

54+
- &job-linux-36c-codebuild
55+
free_disk: true
56+
os: codebuild-ubuntu-22-36c-${{ github.run_id }}-${{ github.run_attempt }}
57+
<<: *base-job
58+
5459
envs:
5560
env-x86_64-apple-tests: &env-x86_64-apple-tests
5661
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
@@ -261,7 +266,7 @@ auto:
261266
# nightly features to compile, and this job would fail if
262267
# executed on beta and stable.
263268
only_on_channel: nightly
264-
<<: *job-linux-8c-codebuild
269+
<<: *job-linux-36c-codebuild
265270

266271
# Tests integration with Rust for Linux.
267272
# Builds stage 1 compiler and tries to compile a few RfL examples with it.

0 commit comments

Comments
 (0)