Skip to content

Commit

Permalink
Use a larger runner for Linux test jobs (#5883)
Browse files Browse the repository at this point in the history
From 8 to 16 cores, 32 to 64 GB RAM for a 2x per minute cost increase.

As in:

- #5874 
- #5873
  • Loading branch information
zanieb committed Aug 7, 2024
1 parent a3569b5 commit 858d75d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
needs: determine_changes
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
runs-on:
labels: "ubuntu-latest-large"
labels: "ubuntu-latest-xlarge"
name: "cargo test | ubuntu"
steps:
- uses: actions/checkout@v4
Expand All @@ -171,7 +171,7 @@ jobs:
cargo nextest run \
--features python-patch \
--workspace \
--status-level skip --failure-output immediate-final --no-fail-fast -j 12 --final-status-level slow
--status-level skip --failure-output immediate-final --no-fail-fast -j 20 --final-status-level slow
- name: "Smoke test"
run: |
Expand Down

0 comments on commit 858d75d

Please sign in to comment.