From 538db45b3bed63160bce6454a0fd7e85b7b83fe8 Mon Sep 17 00:00:00 2001 From: Shunping Huang Date: Thu, 10 Oct 2024 12:43:36 -0400 Subject: [PATCH] Remove setup-gcloud as they are not in java_tests and python_tests (#32741) --- .../workflows/beam_PostCommit_Java_IO_Performance_Tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml b/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml index 2cc1523e51b5..a6a2749c8d82 100644 --- a/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml +++ b/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml @@ -93,11 +93,6 @@ jobs: with: credentials_json: ${{ secrets.GCP_SA_KEY }} project_id: ${{ secrets.GCP_PROJECT_ID }} - - name: Setup gcloud - uses: google-github-actions/setup-gcloud@v2 - with: - project_id: ${{ secrets.GCP_PROJECT_ID }} - skip_install: true - name: run scheduled javaPostcommitIOPerformanceTests script if: github.event_name == 'schedule' #This ensures only scheduled runs publish metrics publicly by changing which exportTable is configured uses: ./.github/actions/gradle-command-self-hosted-action