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:
Jan David 2023-04-26 16:08:01 +02:00
parent ed3ddb375b
commit 3402e286d5
No known key found for this signature in database
GPG Key ID: DC589F50FB7E8B29
2 changed files with 4 additions and 4 deletions

View File

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

View File

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