Abacn commented on code in PR #28565:
URL: https://github.com/apache/beam/pull/28565#discussion_r1333196711
##########
.github/workflows/beam_PreCommit_Java_Examples_Dataflow_Java11.yml:
##########
@@ -110,7 +110,7 @@ jobs:
- name: run javaExamplesDataflowPrecommit script
uses: ./.github/actions/gradle-command-self-hosted-action
with:
- gradle-command: :javaExamplesDataflowPrecommit
+ gradle-command:
:runners:google-cloud-dataflow-java:examples:preCommit
Review Comment:
yes this is intended. Commented on description
"Examples PreCommit Dataflow v1 Java11/17 now only run wordcount, which
suffices to test java version"
Now `:javaExamplesDataflowPrecommit` adds more tests. If still run
`:javaExamplesDataflowPrecommit` on all Java versions then there are
significantly more Dataflow pipeline to run on each PR commit push, then people
needs to wait for more time to have test results. (Java 21 support is planned
also)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]