Skip to content

Commit

Permalink
Auto merge of rust-lang#132316 - MarcoIeni:ci-free-runners-windows, r…
Browse files Browse the repository at this point in the history
…=<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
  • Loading branch information
bors committed Oct 29, 2024
2 parents c8a8c82 + 7ea21e5 commit 4420845
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ auto:
SCRIPT: python x.py dist bootstrap --include-default-paths
DIST_REQUIRE_ALL_TOOLS: 1
CODEGEN_BACKENDS: llvm,cranelift
<<: *job-windows-8c
<<: *job-windows

- image: dist-aarch64-msvc
env:
Expand All @@ -488,7 +488,7 @@ auto:
SCRIPT: python x.py dist bootstrap --include-default-paths
DIST_REQUIRE_ALL_TOOLS: 1
CODEGEN_BACKENDS: llvm,cranelift
<<: *job-windows-8c
<<: *job-windows

- image: dist-x86_64-mingw
env:
Expand All @@ -501,10 +501,10 @@ auto:
NO_DOWNLOAD_CI_LLVM: 1
DIST_REQUIRE_ALL_TOOLS: 1
CODEGEN_BACKENDS: llvm,cranelift
<<: *job-windows-8c
<<: *job-windows

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

0 comments on commit 4420845

Please sign in to comment.