Downsize builders for i686-gnu
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 the `i686-gnu` targets have used much less resources than allocated in the past, so we are testing a smaller builder size for them.
This commit is contained in:
parent
ed3ddb375b
commit
3402e286d5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -260,10 +260,10 @@ jobs:
|
|||||||
os: ubuntu-20.04-8core-32gb
|
os: ubuntu-20.04-8core-32gb
|
||||||
env: {}
|
env: {}
|
||||||
- name: i686-gnu
|
- name: i686-gnu
|
||||||
os: ubuntu-20.04-16core-64gb
|
os: ubuntu-20.04-8core-32gb
|
||||||
env: {}
|
env: {}
|
||||||
- name: i686-gnu-nopt
|
- name: i686-gnu-nopt
|
||||||
os: ubuntu-20.04-16core-64gb
|
os: ubuntu-20.04-8core-32gb
|
||||||
env: {}
|
env: {}
|
||||||
- name: mingw-check
|
- name: mingw-check
|
||||||
os: ubuntu-20.04-8core-32gb
|
os: ubuntu-20.04-8core-32gb
|
||||||
|
@ -416,10 +416,10 @@ jobs:
|
|||||||
<<: *job-linux-8c
|
<<: *job-linux-8c
|
||||||
|
|
||||||
- name: i686-gnu
|
- name: i686-gnu
|
||||||
<<: *job-linux-16c
|
<<: *job-linux-8c
|
||||||
|
|
||||||
- name: i686-gnu-nopt
|
- name: i686-gnu-nopt
|
||||||
<<: *job-linux-16c
|
<<: *job-linux-8c
|
||||||
|
|
||||||
- name: mingw-check
|
- name: mingw-check
|
||||||
<<: *job-linux-8c
|
<<: *job-linux-8c
|
||||||
|
Loading…
Reference in New Issue
Block a user