Abacn commented on PR #29353:
URL: https://github.com/apache/beam/pull/29353#issuecomment-1802782288
Tested with equivalent command locally
- ARM test:
```
./gradlew
:runners:google-cloud-dataflow-java:arm:examplesJavaRunnerV2IntegrationTestARM
-PtestJavaVersion=21 \
-PdataflowProject=<...> \
-PdataflowTempRoot=gs://<...>/tmp \
-Pjava21Home=<...>/.sdkman/candidates/java/21-zulu \
-Pcontainer-architecture-list=arm64,amd64 \
-Ppush-containers \
-Pdocker-repository-root=gcr.io/<...> \
-Pdocker-tag=testexample \
-PdisableSpotlessCheck=true \
-PdisableCheckStyle=true \
-PskipCheckerFramework
```
Example on Legacy:
```
./gradlew :runners:google-cloud-dataflow-java:examples:java21PostCommit
-PgcpProject=google.com:clouddfe -PgcsTempRoot=gs://clouddfe-yihu-test/tmp
```
Confirmed in both cases, test run on Java21 (seen
Apache_Beam_SDK_for_Java/2.53.0-SNAPSHOT(JRE_21_environment))
--
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]