Skip to content

Commit 4420845

Browse files
committed
Auto merge of #132316 - MarcoIeni:ci-free-runners-windows, r=<try>
CI: use free runners for 4 fast windows jobs I noticed those jobs are faster than the others. The longest is 1 h 30 min, while the [auto builds](https://github.com/rust-lang-ci/rust/actions?query=branch%3Aauto) usually take > 2h 20 min. I'll try how much time windows free runners take for these jobs to see if we can use them instead of the large one. Goal: these jobs shouldn't take longer than the slowest jobs of the auto build. - [ ] provide data based on multiple commits, not just based on one commit. try-job: dist-i686-msvc try-job: dist-i686-mingw try-job: dist-x86_64-mingw try-job: dist-x86_64-msvc-alt
2 parents c8a8c82 + 7ea21e5 commit 4420845

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ci/github-actions/jobs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ auto:
463463
SCRIPT: python x.py dist bootstrap --include-default-paths
464464
DIST_REQUIRE_ALL_TOOLS: 1
465465
CODEGEN_BACKENDS: llvm,cranelift
466-
<<: *job-windows-8c
466+
<<: *job-windows
467467

468468
- image: dist-aarch64-msvc
469469
env:
@@ -488,7 +488,7 @@ auto:
488488
SCRIPT: python x.py dist bootstrap --include-default-paths
489489
DIST_REQUIRE_ALL_TOOLS: 1
490490
CODEGEN_BACKENDS: llvm,cranelift
491-
<<: *job-windows-8c
491+
<<: *job-windows
492492

493493
- image: dist-x86_64-mingw
494494
env:
@@ -501,10 +501,10 @@ auto:
501501
NO_DOWNLOAD_CI_LLVM: 1
502502
DIST_REQUIRE_ALL_TOOLS: 1
503503
CODEGEN_BACKENDS: llvm,cranelift
504-
<<: *job-windows-8c
504+
<<: *job-windows
505505

506506
- image: dist-x86_64-msvc-alt
507507
env:
508508
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
509509
SCRIPT: python x.py dist bootstrap --include-default-paths
510-
<<: *job-windows-8c
510+
<<: *job-windows

0 commit comments

Comments
 (0)