Skip to content

Commit

Permalink
Remove many of the large-* images in CI (#552)
Browse files Browse the repository at this point in the history
We cleaned up CI, so now we don't need to use the larger instances.
  • Loading branch information
allada committed Dec 20, 2023
1 parent 5dce4ce commit de0ae1e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [large-ubuntu-22.04]
os: [ubuntu-22.04]
name: Local / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
docker-compose-compiles-nativelink:
# The type of runner that the job will run on.
runs-on: large-ubuntu-22.04
runs-on: ubuntu-22.04
strategy:
matrix:
# Which OS versions we will test on.
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
' 2>&1 | ( ! grep ' PASSED in ' ) # If we get PASSED without (cache) it means there's a cache issue.
integration-tests:
runs-on: large-ubuntu-22.04
runs-on: ubuntu-22.04
strategy:
matrix:
# Which OS versions we will test on.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [large-ubuntu-20.04, large-ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04]
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-cargo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [large-ubuntu-20.04, large-ubuntu-22.04, windows-2022]
os: [ubuntu-20.04, ubuntu-22.04, windows-2022]
toolchain: [stable]
name: ${{ matrix.os }} / ${{ matrix.toolchain }}
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [large-ubuntu-22.04]
os: [ubuntu-22.04]
name: Bazel Dev / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [large-ubuntu-22.04]
os: [ubuntu-22.04]
name: Cargo Dev / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [large-ubuntu-22.04]
os: [ubuntu-22.04]
sanitizer: [asan]
name: ${{ matrix.sanitizer }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit de0ae1e

Please sign in to comment.