Skip to content

Commit

Permalink
Build on private runners
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr committed Oct 5, 2023
1 parent 7f117a8 commit 853f23c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ jobs:
provider-build:
name: "${{ matrix.provider }}"
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 120
needs: scoping
strategy:
fail-fast: false
max-parallel: 10
max-parallel: 2
matrix:
provider: ${{ fromJSON(needs.scoping.outputs.build_list) }}
steps:
Expand All @@ -112,10 +112,6 @@ jobs:
- name: 'Set up gcloud CLI'
uses: 'google-github-actions/setup-gcloud@v1'

# Only for shared runners:
- name: 'Setup protoc'
uses: arduino/setup-protoc@v2

- name: 'Build dependencies'
run: |
make providers/proto
Expand Down

0 comments on commit 853f23c

Please sign in to comment.