Skip to content

Commit

Permalink
Fix java validatesdistrolesscontainer dataflow workflow (#33245)
Browse files Browse the repository at this point in the history
* Set testJavaVersion in each run

* Modify trigger file

* Add dockerTag
  • Loading branch information
damondouglas authored Dec 2, 2024
1 parent e279e55 commit 0ec76af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"comment": "Modify this file in a trivial way to cause this test suite to run",
"modification": 1
"modification": 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,17 @@ jobs:
gcloud auth configure-docker us.gcr.io --quiet
gcloud auth configure-docker gcr.io --quiet
gcloud auth configure-docker us-central1-docker.pkg.dev --quiet
- name: run validatesDistrolessContainer script
- name: run validatesDistrolessContainer script (Java 17)
uses: ./.github/actions/gradle-command-self-hosted-action
with:
gradle-command: :runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTestDistroless
arguments: '-PtestJavaVersion=java17 -PdockerTag=$(date +%s)'
max-workers: 12
- name: run validatesDistrolessContainer script (Java 21)
uses: ./.github/actions/gradle-command-self-hosted-action
with:
gradle-command: :runners:google-cloud-dataflow-java:examplesJavaRunnerV2IntegrationTestDistroless
arguments: '-PtestJavaVersion=java21 -PdockerTag=$(date +%s)'
max-workers: 12
- name: Archive JUnit Test Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0ec76af

Please sign in to comment.