Skip to content

Commit d868276

Browse files
authoredAug 13, 2023
Rollup merge of rust-lang#114625 - klensy:ci-pr-workers, r=Mark-Simulacrum
CI: use smaller machines in PR runs mingw-check job-linux-16c -> job-linux-4c ~job-linux-4c 20 min in auto job ~job-linux-16c 13 min in pr job with current pr regressed to almost 21 min, it's ok. mingw-check-tidy job-linux-16c -> job-linux-4c small enough, so reduce to minimal ~ job-linux-16c 3 min with current pr regressed to almost 5 min, it's ok. x86_64-gnu-tools job-linux-16c this is top job by time in PR, so don't touch it ~ job-linux-8c 1.30 hour in auto job ~ job-linux-16c 1 hour in pr job (affected by rust-lang#114613, actual time ~ 30 min) x86_64-gnu-llvm-15 job-linux-16c don't change too ~ job-linux-8c 1.30 hour in auto job ~ job-linux-16c 30 min in pr job Noticed while working on rust-lang#114621, so current time affected by always rebuilded docker images (but pr images always rebuilded before too, so nvm)

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ jobs:
5050
matrix:
5151
include:
5252
- name: mingw-check
53-
os: ubuntu-20.04-16core-64gb
53+
os: ubuntu-20.04-4core-16gb
5454
env: {}
5555
- name: mingw-check-tidy
56-
os: ubuntu-20.04-16core-64gb
56+
os: ubuntu-20.04-4core-16gb
5757
env: {}
5858
- name: x86_64-gnu-llvm-15
5959
os: ubuntu-20.04-16core-64gb

‎src/ci/github-actions/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@ jobs:
316316
matrix:
317317
include:
318318
- name: mingw-check
319-
<<: *job-linux-16c
319+
<<: *job-linux-4c
320320

321321
- name: mingw-check-tidy
322-
<<: *job-linux-16c
322+
<<: *job-linux-4c
323323

324324
- name: x86_64-gnu-llvm-15
325325
<<: *job-linux-16c

0 commit comments

Comments
 (0)
Please sign in to comment.