Skip to content

Commit

Permalink
Temporarily use self hosted runners for snapshots (#33563)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Jan 10, 2025
1 parent d7c5691 commit 3b1dff9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: |
github.event_name == 'workflow_dispatch' ||
(github.event_name == 'schedule' && github.repository == 'apache/beam')
runs-on: [self-hosted, ubuntu-20.04, main]
runs-on: ubuntu-latest
timeout-minutes: 160
name: ${{ matrix.job_name }} (${{ matrix.container_task }})
strategy:
Expand Down Expand Up @@ -88,6 +88,11 @@ jobs:
echo "BEAM_VERSION=${BEAM_VERSION_LINE#*sdk_version=}" >> $GITHUB_ENV
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Authenticate on GCP
uses: google-github-actions/setup-gcloud@v0
with:
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
- name: GCloud Docker credential helper
run: |
gcloud auth configure-docker ${{ env.docker_registry }}
Expand Down

0 comments on commit 3b1dff9

Please sign in to comment.