You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/03/16 14:38:07 UTC

[GitHub] [iotdb] MarcosZyk opened a new pull request #5262: Add Concurrency Control On CI

MarcosZyk opened a new pull request #5262:
URL: https://github.com/apache/iotdb/pull/5262


   ## Description
   
   Currently, each push of our pr will trigger a batch of CI actions, which takes too much resource. 
   
   We refer to https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency and add the concurrency config to our CI.
   
   With provided configs, only the actions triggered by our latest push on our pr will be executed and the actions triggered before will be cancelled. 
   
   
   This has been tested on my own repository, illustrated in the following picture. The actions of different PR won't affect each other. Only the actions of latest push will cancel the previous actions of the same pr.
   ![image](https://user-images.githubusercontent.com/38524330/158613289-5a9de454-2d25-4c09-9133-e227221a2b06.png)
   
   ![image](https://user-images.githubusercontent.com/38524330/158613825-c6237f0d-53ea-4780-b738-070f235497eb.png)
   


-- 
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: reviews-unsubscribe@iotdb.apache.org

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



[GitHub] [iotdb] MarcosZyk commented on pull request #5262: Add Concurrency Control On CI

Posted by GitBox <gi...@apache.org>.
MarcosZyk commented on pull request #5262:
URL: https://github.com/apache/iotdb/pull/5262#issuecomment-1069191737


   @HTHou Please take a look.


-- 
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: reviews-unsubscribe@iotdb.apache.org

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



[GitHub] [iotdb] coveralls commented on pull request #5262: Add Concurrency Control On CI

Posted by GitBox <gi...@apache.org>.
coveralls commented on pull request #5262:
URL: https://github.com/apache/iotdb/pull/5262#issuecomment-1069285614


   
   [![Coverage Status](https://coveralls.io/builds/47424428/badge)](https://coveralls.io/builds/47424428)
   
   Coverage increased (+0.02%) to 65.359% when pulling **8829a5faf675e5604efcb0aa440c8d1096280ae3 on MarcosZyk:Add_concurreny_control_on_CI** into **d29ef70755bfbb1993e644f4c45b88ef71c0d2c8 on apache:master**.
   


-- 
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: reviews-unsubscribe@iotdb.apache.org

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



[GitHub] [iotdb] HTHou merged pull request #5262: Add Concurrency Control On CI

Posted by GitBox <gi...@apache.org>.
HTHou merged pull request #5262:
URL: https://github.com/apache/iotdb/pull/5262


   


-- 
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: reviews-unsubscribe@iotdb.apache.org

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



[GitHub] [iotdb] HTHou merged pull request #5262: Add Concurrency Control On CI

Posted by GitBox <gi...@apache.org>.
HTHou merged pull request #5262:
URL: https://github.com/apache/iotdb/pull/5262


   


-- 
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: reviews-unsubscribe@iotdb.apache.org

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