Skip to content

Commit

Permalink
Use large hosted runners for Chrobalt build.
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis committed May 1, 2024
1 parent 9cb26f7 commit 3a4f059
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:

build:
needs: [docker-build-image]
runs-on: ubuntu-latest # Default runner
# runs-on: ubuntu-latest-m # Larger Runner with 150gb ssd
runs-on:
labels: linux-test-hosted
group: cobalt
container: ${{ needs.docker-build-image.outputs.docker_tag }}
env:
DEPOT_TOOLS_UPDATE: 0
Expand Down

0 comments on commit 3a4f059

Please sign in to comment.