You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by GitBox <gi...@apache.org> on 2022/06/25 02:22:55 UTC

[GitHub] [incubator-kvrocks] tisonkun opened a new issue, #664: Cancel previous CI workflow if new commit pushed

tisonkun opened a new issue, #664:
URL: https://github.com/apache/incubator-kvrocks/issues/664

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues.
   
   
   ### Motivation
   
   So that we don't waste time to verify a previous commit - what we're interested in is the latest view.
   
   ### Solution
   
   Add the following snippet to `kvrocks.yaml`:
   
   ```yaml
   concurrency:
     group: ${{ github.ref }}-${{ github.workflow }}
     cancel-in-progress: true
   ```
   
   See also https://github.com/apache/pulsar/blob/b23689930e3af65cfc913e2890164a071acda440/.github/workflows/pulsar-ci.yaml#L29-L31.
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: issues-unsubscribe@kvrocks.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] tisonkun commented on issue #664: Cancel previous CI workflow if new commit pushed

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #664:
URL: https://github.com/apache/incubator-kvrocks/issues/664#issuecomment-1166173534

   For more information about GitHub Actions settings, see also https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] tisonkun closed issue #664: Cancel previous CI workflow if new commit pushed

Posted by GitBox <gi...@apache.org>.
tisonkun closed issue #664: Cancel previous CI workflow if new commit pushed
URL: https://github.com/apache/incubator-kvrocks/issues/664


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] Xuanwo commented on issue #664: Cancel previous CI workflow if new commit pushed

Posted by GitBox <gi...@apache.org>.
Xuanwo commented on issue #664:
URL: https://github.com/apache/incubator-kvrocks/issues/664#issuecomment-1166173821

   Let me take this issue.
   
   Ideally, this will be my first contribution to Apache project.


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] tisonkun commented on issue #664: Cancel previous CI workflow if new commit pushed

Posted by GitBox <gi...@apache.org>.
tisonkun commented on issue #664:
URL: https://github.com/apache/incubator-kvrocks/issues/664#issuecomment-1166174032

   @Xuanwo Thanks!
   
   I'll assign to you. Go ahead!


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-kvrocks] git-hulk commented on issue #664: Cancel previous CI workflow if new commit pushed

Posted by GitBox <gi...@apache.org>.
git-hulk commented on issue #664:
URL: https://github.com/apache/incubator-kvrocks/issues/664#issuecomment-1166175393

   I love this feature!


-- 
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: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org