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.
This commit is contained in:
Jan David 2023-04-26 16:40:12 +02:00
parent 3402e286d5
commit 4cbe65db8b
No known key found for this signature in database
GPG key ID: DC589F50FB7E8B29
2 changed files with 6 additions and 2 deletions

View file

@ -266,7 +266,7 @@ jobs:
os: ubuntu-20.04-8core-32gb
env: {}
- name: mingw-check
os: ubuntu-20.04-8core-32gb
os: ubuntu-20.04-4core-16gb
env: {}
- name: test-various
os: ubuntu-20.04-8core-32gb

View file

@ -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