weiqingy commented on PR #1117: URL: https://github.com/apache/flink-agents/pull/1117#issuecomment-5659201458
The one failing check is unrelated to this PR. - **cross-language [ubuntu-latest] [python-3.12] [java-21]**: `pull access denied for minio/minio`. The job dies in the `Start Milvus` step, before any test runs, and the Maven build in that same job reports `BUILD SUCCESS` immediately before it. Evidence: [failing job](https://github.com/apache/flink-agents/actions/runs/34800034923/job/103860089507). This is a repo-wide break rather than something in this branch. `minio/minio` is no longer pullable from Docker Hub, so any run started after that change fails the same way, and #1098 is failing identically. PRs whose runs predate it are still green, which is why the break looks selective. Re-running does not clear it. I re-triggered the job once and it failed with the same error, so this needs the image reference fixed rather than another attempt. #1116 changes that image reference to `quay.io/minio/minio`. -- 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]
