turbaszek commented on issue #8393: Bring back CI optimisations URL: https://github.com/apache/airflow/pull/8393#issuecomment-615084010 So here's some input from Github support: > > But the job was still running (?) and it got cancelled. Have you faced such issues? > There are a few reasons a job would be cancelled– timeouts , fail-fast setting or the user has cancelled the job. In this case it appears that the job was cancelled due to the fail-fast setting in which the default is true, the one failure must have triggered this. https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast "When set to true, GitHub cancels all in-progress jobs if any matrix job fails. Default: true" And this one is I think worth considering @potiuk > > Also are there any plans to allow reruns of single build? Reruning 70min of workflows doesn't sounds as best option :) > I'm not aware of any plans for this, another approach would be to have the jobs spread out into separate workflows.
---------------------------------------------------------------- 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] With regards, Apache Git Services
