weiqingy commented on PR #843: URL: https://github.com/apache/flink-agents/pull/843#issuecomment-4897956185
The failing check was unrelated to this PR — it was a transient CI infra failure: - **it-java [ubuntu-latest] [java-17] [flink-2.3]**: The `Install java` setup step failed before any test ran — `actions/setup-java@v4` got an HTTP 403 downloading the Temurin JDK 17 tarball from Adoptium's release server, so the actual IT steps were skipped. The other `it-java` matrix legs (flink-2.0/2.1/2.2) passed in the same run. Evidence: [failed job](https://github.com/apache/flink-agents/actions/runs/28816166313/job/85455984819). Re-triggered CI (empty commit) to clear it — all checks are green now. -- 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]
