Skip to content

Commit 4cbe65d

Browse files
committed
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.
1 parent 3402e28 commit 4cbe65d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
os: ubuntu-20.04-8core-32gb
267267
env: {}
268268
- name: mingw-check
269-
os: ubuntu-20.04-8core-32gb
269+
os: ubuntu-20.04-4core-16gb
270270
env: {}
271271
- name: test-various
272272
os: ubuntu-20.04-8core-32gb

src/ci/github-actions/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ x--expand-yaml-anchors--remove:
7373
- &base-job
7474
env: {}
7575

76+
- &job-linux-4c
77+
os: ubuntu-20.04-4core-16gb
78+
<<: *base-job
79+
7680
- &job-linux-8c
7781
os: ubuntu-20.04-8core-32gb
7882
<<: *base-job
@@ -422,7 +426,7 @@ jobs:
422426
<<: *job-linux-8c
423427

424428
- name: mingw-check
425-
<<: *job-linux-8c
429+
<<: *job-linux-4c
426430

427431
- name: test-various
428432
<<: *job-linux-8c

0 commit comments

Comments
 (0)