You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/12/29 22:07:07 UTC

[GitHub] [incubator-nuttx] btashton opened a new issue #2623: CI: Automatically cancel old workflow runs on PRs

btashton opened a new issue #2623:
URL: https://github.com/apache/incubator-nuttx/issues/2623


   We can be a little less wasteful of our limited runner resources by having old runs for PRs get automatically cancelled when new runs on the PR are triggered.  This usually happens when someone creates a PR and then it runs and while it is running improvements are made to it.  The new run then sits until the old run fails or completes which can take 1hr+ especially with the macOS runners.
   
   This has been discussed a bit on the Apache builds mailing list and the Apache Airflow project which uses GitHub actions extensively used this action to automate this https://github.com/apache/airflow-cancel-workflow-runs
   
   There is also a max concurrency across the whole Apache GitHub organization so heavy use of the runners can impact other projects as well.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-nuttx] v01d closed issue #2623: CI: Automatically cancel old workflow runs on PRs

Posted by GitBox <gi...@apache.org>.
v01d closed issue #2623:
URL: https://github.com/apache/incubator-nuttx/issues/2623


   


-- 
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:
users@infra.apache.org