Skip to content

Commit c4831b4

Browse files
committed
Auto merge of rust-lang#133912 - MarcoIeni:test-codebuild-runner, r=<try>
[experiment] test code build runner try-build: x86_64-gnu
2 parents 0e98766 + d0835dc commit c4831b4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/ci/github-actions/jobs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ runners:
4646
- &job-aarch64-linux
4747
os: ubuntu-22.04-arm64-8core-32gb
4848

49+
- &job-linux-4c-codebuild
50+
os: codebuild-ubuntu-24-4c-${{ github.run_id }}-${{ github.run_attempt }}
51+
<<: *base-job
52+
4953
envs:
5054
env-x86_64-apple-tests: &env-x86_64-apple-tests
5155
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
@@ -237,7 +241,7 @@ auto:
237241
<<: *job-linux-4c
238242

239243
- image: x86_64-gnu
240-
<<: *job-linux-4c
244+
<<: *job-linux-4c-codebuild
241245

242246
# This job ensures commits landing on nightly still pass the full
243247
# test suite on the stable channel. There are some UI tests that

0 commit comments

Comments
 (0)