Skip to content

Commit

Permalink
Auto merge of rust-lang#131362 - Kobzol:ci-free-runners-linux-4c, r=<…
Browse files Browse the repository at this point in the history
…try>

CI: use free runners for 4-core Linux jobs

It looks like the [free runners](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories) already have the same spec as the `4c` custom "large" runner (4 cores, 16 GiB of memory, Ubuntu 20.04).

try-job: dist-various-1
  • Loading branch information
bors committed Oct 11, 2024
2 parents 0321e73 + 16d6cab commit 85bd59c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ jobs:
with:
fetch-depth: 2

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main

# Rust Log Analyzer can't currently detect the PR number of a GitHub
# Actions build on its own, so a hint in the log message is needed to
# point it in the right direction.
Expand Down
2 changes: 1 addition & 1 deletion src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runners:
env: { }

- &job-linux-4c
os: ubuntu-20.04-4core-16gb
os: ubuntu-20.04
<<: *base-job

- &job-linux-8c
Expand Down

0 comments on commit 85bd59c

Please sign in to comment.