The PostCommit Java Examples Dataflow ARM job is flaky
The PostCommit Java Examples Dataflow ARM is failing over 50% of the time. Please visit https://github.com/apache/beam/actions/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml?query=is%3Afailure+branch%3Amaster to see all failed workflow runs. See also Grafana statistics: http://metrics.beam.apache.org/d/CTYdoxP4z/ga-post-commits-status?orgId=1&viewPanel=4&var-Workflow=PostCommit%20Java%20Examples%20Dataflow%20ARM
This is due to Dataflow service side issue. Internal tracker: 651852081
back green after Dataflow service side roll back
Reopening since the workflow is still flaky
Now it is Java8 test failing compileTestJava, but cannot reproduce locally. Other tests used -PtestJavaVersion=8 -Pjava8Home=... does not fail. Likely bad Gradle cache.
Reopening since the workflow is still flaky
@Abacn do you think we should disable this suite for Java 8 or use a different Java version?
Reopening since the workflow is still flaky
Green again. .close-issue
Reopening since the workflow is still flaky
Closing the issue since the last 6 runs were stable
Reopening since the workflow is still flaky
Reason: #35125
java_version: ['8','11','17','21']
@Abacn Are you going to update all the matrices or should I do it?
Thanks for notifying. Java 8 should still work. Need to fix the test the same way as #35145. Let me open a PR