iemejia commented on PR #12400: URL: https://github.com/apache/gluten/pull/12400#issuecomment-5048564472
The failing `spark-test-*` jobs are a transient CI infrastructure issue, not related to this PR. Every failed job dies at the `install-spark-resources.sh` step while `wget`-ing the Spark distribution from the Apache mirrors, before any code is compiled or run: ``` failed: Connection timed out. GnuTLS: Error in the pull function. Unable to establish SSL connection. ##[error]Process completed with exit code 4. ``` This affects the Spark 3.4/3.5/4.0/4.1 jobs identically and is a mirror download timeout. A re-run of the failed jobs should clear it. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
