weiqingy commented on PR #934: URL: https://github.com/apache/flink-agents/pull/934#issuecomment-5100738312
The one failing check is unrelated to this PR. - **cross-language [ubuntu-latest] [python-3.12] [java-21]**: the `Start Milvus` step failed pulling images from Docker Hub with `milvus-standalone Error Get "https://registry-1.docker.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)`. The `Run e2e tests` step was then skipped, so no test actually ran. Evidence: [failing job](https://github.com/apache/flink-agents/actions/runs/30333063584/job/90192122262). This PR only adds two lines to `.gitignore`, and touches no code, workflow, or compose file. The same `cross-language` job passed on a run that started about a minute later, so the pull timeout looks transient. Evidence: [passing job](https://github.com/apache/flink-agents/actions/runs/30333119525/job/90192291980). -- 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]
