diff options
| author | Jan David <jdno@jdno.dev> | 2023-04-26 16:52:39 +0200 |
|---|---|---|
| committer | Jan David <jdno@jdno.dev> | 2023-04-26 16:52:39 +0200 |
| commit | 47528c0b144f4c49adf58e34e8d3d47ff8e80c34 (patch) | |
| tree | 12db2263224dbaeb2161001e417cd12163237f16 /src/ci | |
| parent | 4cbe65db8b805d0d961b72ccdcc8a36159e2563c (diff) | |
| download | rust-47528c0b144f4c49adf58e34e8d3d47ff8e80c34.tar.gz rust-47528c0b144f4c49adf58e34e8d3d47ff8e80c34.zip | |
Downsize builders for some x86_64-gnu targets
The infra-team is continuously monitoring the efficiency of the build system in an effort to improve overall build times and resource usage. The builders for some of the `x86_64-gnu` targets have used much less resources than allocated in the past, so we are testing a smaller builder size for them.
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index db79358aa35..967703ae582 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -435,7 +435,7 @@ jobs: <<: *job-linux-8c - name: x86_64-gnu - <<: *job-linux-8c + <<: *job-linux-4c # This job ensures commits landing on nightly still pass the full # test suite on the stable channel. There are some UI tests that @@ -450,10 +450,10 @@ jobs: # could cause failures when `dev: 1` in `stage0.txt`, and running # this on stable is useless. CI_ONLY_WHEN_CHANNEL: nightly - <<: *job-linux-8c + <<: *job-linux-4c - name: x86_64-gnu-aux - <<: *job-linux-8c + <<: *job-linux-4c - name: x86_64-gnu-debug <<: *job-linux-8c @@ -482,7 +482,7 @@ jobs: <<: *job-linux-8c - name: x86_64-gnu-nopt - <<: *job-linux-8c + <<: *job-linux-4c - name: x86_64-gnu-tools env: |
