sjvanrossum commented on PR #34998: URL: https://github.com/apache/beam/pull/34998#issuecomment-2891088635
@Abacn I caught this breaking on https://github.com/apache/beam/actions/runs/15113809842/job/42479295671?pr=34201 and patched the job to match the job for the other Dataflow runner integration test: ``` - name: run PostCommit Java Jpms Dataflow Java17 script uses: ./.github/actions/gradle-command-self-hosted-action with: gradle-command: :sdks:java:testing:jpms-tests:dataflowRunnerIntegrationTest arguments: -PskipCheckerFramework -PtestJavaVersion=17 -Pjava17Home=$JAVA_HOME_17_X64 ``` -- 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]
