You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/01/28 13:40:58 UTC

[GitHub] [pulsar] lhotari commented on pull request #9357: Using the same job to run cancel workflow

lhotari commented on pull request #9357:
URL: https://github.com/apache/pulsar/pull/9357#issuecomment-769059583


   Adding some description about the background:
   The "Cancelling duplicates" workflow jobs are piling up in the Actions runner queue as can be seen in https://github.com/apache/pulsar/actions?query=workflow%3A%22Cancelling+Duplicates%22 . Each PR update will cause 26 of these "Cancelling duplicates" jobs being added to the Actions runner queue.
   
   The workflow that creates these jobs was introduced by PR https://github.com/apache/pulsar/pull/9159 . 
   The reason why it was needed was due to the previous cancellation solution introduced in #8393 getting possibly unintentionally removed by #9069. Since the solution was removed it possibly lead to the issue #9154 .
   
   This PR will bring back a solution which is similar to #8393, however using a more advanced Github Action implementation. 


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