Abacn commented on PR #29444:
URL: https://github.com/apache/beam/pull/29444#issuecomment-1813381282

   Tested locally with equivalent task:
   
   ```
    ./gradlew -PtestJavaVersion=21 
-Pjava21Home=/Users/yathu/.sdkman/candidates/java/21-zulu 
-Pcontainer-architecture-list=arm64 -Ppush-containers 
-Pdocker-repository-root=us.gcr.io/apache-beam-testing/github-actions 
-Pdocker-tag=testarm -PdisableSpotlessCheck=true -PdisableCheckStyle=true 
-PskipCheckerFramework 
:runners:google-cloud-dataflow-java:arm:examplesJavaRunnerV2IntegrationTestAR
   ```
   
   The reason it was failing after #29353 is that fot this workflow, GHA uses a 
single Java version to build beam (while I was tested with use Java8 compiling 
beam and Java21 compiling tests). To do this there are still a few java version 
specific behavior need to handle


-- 
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]

Reply via email to