ashb opened a new issue #12945:
URL: https://github.com/apache/airflow/issues/12945


   This may only be a problem with the "Build Images" workflow, but if a build 
of that fails (as it occasionally does due to network glitches) and a committer 
hits the "Re-run all jobs" button, the workflow will restart, but then almost 
immediately get cancelled.
   
   This might be an unsolvable problem because of how Github re-runs the 
actions -- where it leaves the previous steps as "failed" whilst re-running the 
new ones from the start, so when a Cancel workflows step in a parallel build 
runs, it notices the "Build PROD images 3.6" is failed, so cancels the whole 
run, even though the (new) "Cancel workflow run" is still queued.
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to