This is an automated email from the ASF dual-hosted git repository.
damondouglas 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 76bcec0086c Remove the use of google-github-actions/auth@v1 (#33338)
76bcec0086c is described below
commit 76bcec0086cf0137d2ea6c6259eadc15456e96bc
Author: Damon <[email protected]>
AuthorDate: Tue Dec 10 09:50:51 2024 -0800
Remove the use of google-github-actions/auth@v1 (#33338)
* Remove use of google-github-actions/auth step.
* Create beam_PostCommit_Java_IO_Performance_Tests.json
---
.github/trigger_files/beam_PostCommit_Java_IO_Performance_Tests.json | 4 ++++
.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml | 5 -----
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git
a/.github/trigger_files/beam_PostCommit_Java_IO_Performance_Tests.json
b/.github/trigger_files/beam_PostCommit_Java_IO_Performance_Tests.json
new file mode 100644
index 00000000000..b2683333323
--- /dev/null
+++ b/.github/trigger_files/beam_PostCommit_Java_IO_Performance_Tests.json
@@ -0,0 +1,4 @@
+{
+ "comment": "Modify this file in a trivial way to cause this test suite to
run",
+ "modification": 2
+}
diff --git a/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml
b/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml
index a6a2749c8d8..c6d9dc2236d 100644
--- a/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml
+++ b/.github/workflows/beam_PostCommit_Java_IO_Performance_Tests.yml
@@ -88,11 +88,6 @@ jobs:
uses: ./.github/actions/setup-environment-action
with:
java-version: default
- - name: Authenticate on GCP
- uses: google-github-actions/auth@v1
- with:
- credentials_json: ${{ secrets.GCP_SA_KEY }}
- project_id: ${{ secrets.GCP_PROJECT_ID }}
- 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