wilmerdooley commented on PR #67931:
URL: https://github.com/apache/airflow/pull/67931#issuecomment-4721853042

   I looked into the two red checks and they aren't coming from this change. 
Both failed during the runner setup step ("Cleanup repo"), before the code was 
even checked out, when the runner tried to pull the `bash:latest` image and the 
Docker Hub pull timed out (exit 125). Because that setup step failed, the 
checkout and all the actual test steps were skipped rather than run, so the 
tests never executed in those two jobs. Everything else is green, including the 
smtp unit tests in the other matrix jobs.
   
   A re-run of just those two jobs should clear them, but I can't trigger that 
myself as an external contributor. How would you prefer to proceed? Happy to 
rebase onto current main and push if a fresh commit is the easier way to 
re-trigger CI, though that's your call.


-- 
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]

Reply via email to