This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 86ea7806eca Remove auth@1 in tests running on self hosted runner 
(#31881)
86ea7806eca is described below

commit 86ea7806eca31776516f506901bf700146d6f7cd
Author: Yi Hu <ya...@google.com>
AuthorDate: Mon Jul 15 10:49:21 2024 -0400

    Remove auth@1 in tests running on self hosted runner (#31881)
    
    * It's causing "invalid JWT Signature" issue
---
 .github/workflows/IO_Iceberg_Integration_Tests.yml                  | 6 ------
 .github/workflows/IO_Iceberg_Performance_Tests.yml                  | 6 ------
 .github/workflows/IO_Iceberg_Unit_Tests.yml                         | 6 ------
 .github/workflows/beam_PerformanceTests_AvroIOIT_HDFS.yml           | 6 ------
 .github/workflows/beam_PerformanceTests_Cdap.yml                    | 6 ------
 .../workflows/beam_PerformanceTests_Compressed_TextIOIT_HDFS.yml    | 6 ------
 .github/workflows/beam_PerformanceTests_HadoopFormat.yml            | 6 ------
 .github/workflows/beam_PerformanceTests_JDBC.yml                    | 6 ------
 .github/workflows/beam_PerformanceTests_Kafka_IO.yml                | 6 ------
 .github/workflows/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS.yml | 6 ------
 .github/workflows/beam_PerformanceTests_MongoDBIO_IT.yml            | 6 ------
 .github/workflows/beam_PerformanceTests_ParquetIOIT_HDFS.yml        | 6 ------
 .github/workflows/beam_PerformanceTests_SingleStoreIO.yml           | 6 ------
 .github/workflows/beam_PerformanceTests_SparkReceiver_IO.yml        | 6 ------
 .github/workflows/beam_PerformanceTests_TFRecordIOIT_HDFS.yml       | 6 ------
 .github/workflows/beam_PerformanceTests_XmlIOIT_HDFS.yml            | 6 ------
 .github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml    | 6 ------
 .github/workflows/beam_PostCommit_Java_InfluxDbIO_IT.yml            | 6 ------
 .github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml         | 6 ------
 .github/workflows/beam_StressTests_Java_KafkaIO.yml                 | 6 ------
 .github/workflows/build_runner_image.yml                            | 6 ------
 21 files changed, 126 deletions(-)

diff --git a/.github/workflows/IO_Iceberg_Integration_Tests.yml 
b/.github/workflows/IO_Iceberg_Integration_Tests.yml
index d7c9c6d9574..20d1f4bb60f 100644
--- a/.github/workflows/IO_Iceberg_Integration_Tests.yml
+++ b/.github/workflows/IO_Iceberg_Integration_Tests.yml
@@ -72,12 +72,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Run IcebergIO Integration Test
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
diff --git a/.github/workflows/IO_Iceberg_Performance_Tests.yml 
b/.github/workflows/IO_Iceberg_Performance_Tests.yml
index 40bd43aa17e..976fbedeada 100644
--- a/.github/workflows/IO_Iceberg_Performance_Tests.yml
+++ b/.github/workflows/IO_Iceberg_Performance_Tests.yml
@@ -72,12 +72,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Run IcebergIO Performance Test
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
diff --git a/.github/workflows/IO_Iceberg_Unit_Tests.yml 
b/.github/workflows/IO_Iceberg_Unit_Tests.yml
index 1787756ab68..0d72b0da859 100644
--- a/.github/workflows/IO_Iceberg_Unit_Tests.yml
+++ b/.github/workflows/IO_Iceberg_Unit_Tests.yml
@@ -91,12 +91,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: run IcebergIO build script
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
diff --git a/.github/workflows/beam_PerformanceTests_AvroIOIT_HDFS.yml 
b/.github/workflows/beam_PerformanceTests_AvroIOIT_HDFS.yml
index 5fde65bdccd..6dfb0634d7f 100644
--- a/.github/workflows/beam_PerformanceTests_AvroIOIT_HDFS.yml
+++ b/.github/workflows/beam_PerformanceTests_AvroIOIT_HDFS.yml
@@ -71,12 +71,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PerformanceTests_Cdap.yml 
b/.github/workflows/beam_PerformanceTests_Cdap.yml
index 2848b555185..3b32129b761 100644
--- a/.github/workflows/beam_PerformanceTests_Cdap.yml
+++ b/.github/workflows/beam_PerformanceTests_Cdap.yml
@@ -71,12 +71,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git 
a/.github/workflows/beam_PerformanceTests_Compressed_TextIOIT_HDFS.yml 
b/.github/workflows/beam_PerformanceTests_Compressed_TextIOIT_HDFS.yml
index 58b96f7e352..071577ade0f 100644
--- a/.github/workflows/beam_PerformanceTests_Compressed_TextIOIT_HDFS.yml
+++ b/.github/workflows/beam_PerformanceTests_Compressed_TextIOIT_HDFS.yml
@@ -71,12 +71,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PerformanceTests_HadoopFormat.yml 
b/.github/workflows/beam_PerformanceTests_HadoopFormat.yml
index 03c2732ce4f..a30ef9aab51 100644
--- a/.github/workflows/beam_PerformanceTests_HadoopFormat.yml
+++ b/.github/workflows/beam_PerformanceTests_HadoopFormat.yml
@@ -71,12 +71,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PerformanceTests_JDBC.yml 
b/.github/workflows/beam_PerformanceTests_JDBC.yml
index 2305a779a09..c65be423d15 100644
--- a/.github/workflows/beam_PerformanceTests_JDBC.yml
+++ b/.github/workflows/beam_PerformanceTests_JDBC.yml
@@ -71,12 +71,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PerformanceTests_Kafka_IO.yml 
b/.github/workflows/beam_PerformanceTests_Kafka_IO.yml
index 2b620043c37..39e49db0919 100644
--- a/.github/workflows/beam_PerformanceTests_Kafka_IO.yml
+++ b/.github/workflows/beam_PerformanceTests_Kafka_IO.yml
@@ -73,12 +73,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git 
a/.github/workflows/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS.yml 
b/.github/workflows/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS.yml
index 63b70cb810e..6329c8ce8f5 100644
--- a/.github/workflows/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS.yml
+++ b/.github/workflows/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS.yml
@@ -71,12 +71,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PerformanceTests_MongoDBIO_IT.yml 
b/.github/workflows/beam_PerformanceTests_MongoDBIO_IT.yml
index 655c61ea373..e2ce7ed94e5 100644
--- a/.github/workflows/beam_PerformanceTests_MongoDBIO_IT.yml
+++ b/.github/workflows/beam_PerformanceTests_MongoDBIO_IT.yml
@@ -71,12 +71,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PerformanceTests_ParquetIOIT_HDFS.yml 
b/.github/workflows/beam_PerformanceTests_ParquetIOIT_HDFS.yml
index d76dd3061ac..929d214bd67 100644
--- a/.github/workflows/beam_PerformanceTests_ParquetIOIT_HDFS.yml
+++ b/.github/workflows/beam_PerformanceTests_ParquetIOIT_HDFS.yml
@@ -71,12 +71,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml 
b/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
index f0f7ec1d373..f842d31fba0 100644
--- a/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
+++ b/.github/workflows/beam_PerformanceTests_SingleStoreIO.yml
@@ -72,12 +72,6 @@ jobs:
           comment_phrase: ${{ matrix.job_phrase }}
           github_token: ${{ secrets.GITHUB_TOKEN }}
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PerformanceTests_SparkReceiver_IO.yml 
b/.github/workflows/beam_PerformanceTests_SparkReceiver_IO.yml
index 5872cc33241..ec3bc1a23fd 100644
--- a/.github/workflows/beam_PerformanceTests_SparkReceiver_IO.yml
+++ b/.github/workflows/beam_PerformanceTests_SparkReceiver_IO.yml
@@ -71,12 +71,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PerformanceTests_TFRecordIOIT_HDFS.yml 
b/.github/workflows/beam_PerformanceTests_TFRecordIOIT_HDFS.yml
index 103775b034f..f6c0ddece2f 100644
--- a/.github/workflows/beam_PerformanceTests_TFRecordIOIT_HDFS.yml
+++ b/.github/workflows/beam_PerformanceTests_TFRecordIOIT_HDFS.yml
@@ -73,12 +73,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PerformanceTests_XmlIOIT_HDFS.yml 
b/.github/workflows/beam_PerformanceTests_XmlIOIT_HDFS.yml
index 5808ddad657..362cbdaedd6 100644
--- a/.github/workflows/beam_PerformanceTests_XmlIOIT_HDFS.yml
+++ b/.github/workflows/beam_PerformanceTests_XmlIOIT_HDFS.yml
@@ -71,12 +71,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml 
b/.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml
index d4204ab0945..8abc8a3199d 100644
--- a/.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml
+++ b/.github/workflows/beam_PerformanceTests_xlang_KafkaIO_Python.yml
@@ -73,12 +73,6 @@ jobs:
         uses: ./.github/actions/setup-environment-action
         with:
           python-version: default
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PostCommit_Java_InfluxDbIO_IT.yml 
b/.github/workflows/beam_PostCommit_Java_InfluxDbIO_IT.yml
index bfbfc6c0411..353f86e082c 100644
--- a/.github/workflows/beam_PostCommit_Java_InfluxDbIO_IT.yml
+++ b/.github/workflows/beam_PostCommit_Java_InfluxDbIO_IT.yml
@@ -74,12 +74,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml 
b/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
index b6662f3d659..d185d98edff 100644
--- a/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
+++ b/.github/workflows/beam_PostCommit_Java_SingleStoreIO_IT.yml
@@ -76,12 +76,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/beam_StressTests_Java_KafkaIO.yml 
b/.github/workflows/beam_StressTests_Java_KafkaIO.yml
index e84c49f0147..9e455033899 100644
--- a/.github/workflows/beam_StressTests_Java_KafkaIO.yml
+++ b/.github/workflows/beam_StressTests_Java_KafkaIO.yml
@@ -71,12 +71,6 @@ jobs:
           github_job: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
-      - name: Authenticate on GCP
-        id: auth
-        uses: google-github-actions/auth@v1
-        with:
-          credentials_json: ${{ secrets.GCP_SA_KEY }}
-          project_id: ${{ secrets.GCP_PROJECT_ID }}
       - name: Set k8s access
         uses: ./.github/actions/setup-k8s-access
         with:
diff --git a/.github/workflows/build_runner_image.yml 
b/.github/workflows/build_runner_image.yml
index 703ff6f36b8..0f17a9073da 100644
--- a/.github/workflows/build_runner_image.yml
+++ b/.github/workflows/build_runner_image.yml
@@ -41,12 +41,6 @@ jobs:
       uses: actions/checkout@v4
       with:
         ref: ${{ github.event.pull_request.head.sha }}
-    - name: Authenticate on GCP
-      if: github.ref == 'refs/heads/master'
-      uses: google-github-actions/auth@v1
-      with:
-        credentials_json: ${{ secrets.GCP_SA_KEY }}
-        project_id: ${{ secrets.GCP_PROJECT_ID }}
     - name: GCloud Docker credential helper
       run: |
         gcloud auth configure-docker ${{env.docker_registry}}

Reply via email to