Skip to content

Commit

Permalink
Revert provider builds to self-hosted runners
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr committed Feb 23, 2024
1 parent 79a9288 commit fb31bc6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ jobs:
provider-build:
name: "${{ matrix.provider }}"
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 120
needs: scoping
if: ${{ needs.scoping.outputs.build_list != '[]' }}
strategy:
fail-fast: false
max-parallel: 12
max-parallel: 2
matrix:
provider: ${{ fromJSON(needs.scoping.outputs.build_list) }}
steps:
Expand All @@ -113,14 +113,6 @@ jobs:
go-version: ">=${{ env.golang-version }}"
cache: false

## Install Build Tools, for Github Hosted Runners only
- name: Install Build Tools
if: contains( ${{ runner.name }}, 'Github Actions')
run: |
sudo apt-get update
sudo apt-get install -y xz-utils make protobuf-compiler curl zip unzip jq
make prep/tools
- name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v2'
with:
Expand Down

0 comments on commit fb31bc6

Please sign in to comment.