diff options
| author | Jan David <jdno@jdno.dev> | 2023-04-26 16:40:12 +0200 |
|---|---|---|
| committer | Jan David <jdno@jdno.dev> | 2023-04-26 16:40:12 +0200 |
| commit | 4cbe65db8b805d0d961b72ccdcc8a36159e2563c (patch) | |
| tree | 5a4d885d57b229c41fa46652e99aa4602ee97cf7 /src/ci/github-actions | |
| parent | 3402e286d547fe7a6e58a7190d8774e71124f50b (diff) | |
| download | rust-4cbe65db8b805d0d961b72ccdcc8a36159e2563c.tar.gz rust-4cbe65db8b805d0d961b72ccdcc8a36159e2563c.zip | |
Downsize builder for mingw-check
The infra-team is continuously monitoring the efficiency of the build system in an effort to improve overall build times and resource usage. The builder for the `mingw-check` target have used much less resources than allocated in the past, so we are testing a smaller builder size for it.
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ci/github-actions/ci.yml b/src/ci/github-actions/ci.yml index 4af24867ffb..db79358aa35 100644 --- a/src/ci/github-actions/ci.yml +++ b/src/ci/github-actions/ci.yml @@ -73,6 +73,10 @@ x--expand-yaml-anchors--remove: - &base-job env: {} + - &job-linux-4c + os: ubuntu-20.04-4core-16gb + <<: *base-job + - &job-linux-8c os: ubuntu-20.04-8core-32gb <<: *base-job @@ -422,7 +426,7 @@ jobs: <<: *job-linux-8c - name: mingw-check - <<: *job-linux-8c + <<: *job-linux-4c - name: test-various <<: *job-linux-8c |
