We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e98766 + d0835dc commit c4831b4Copy full SHA for c4831b4
src/ci/github-actions/jobs.yml
@@ -46,6 +46,10 @@ runners:
46
- &job-aarch64-linux
47
os: ubuntu-22.04-arm64-8core-32gb
48
49
+ - &job-linux-4c-codebuild
50
+ os: codebuild-ubuntu-24-4c-${{ github.run_id }}-${{ github.run_attempt }}
51
+ <<: *base-job
52
+
53
envs:
54
env-x86_64-apple-tests: &env-x86_64-apple-tests
55
SCRIPT: ./x.py --stage 2 test --skip tests/ui --skip tests/rustdoc -- --exact
@@ -237,7 +241,7 @@ auto:
237
241
<<: *job-linux-4c
238
242
239
243
- image: x86_64-gnu
240
- <<: *job-linux-4c
244
+ <<: *job-linux-4c-codebuild
245
246
# This job ensures commits landing on nightly still pass the full
247
# test suite on the stable channel. There are some UI tests that
0 commit comments