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 2022/09/06 10:27:39 UTC

[GitHub] [pulsar] lhotari opened a new pull request, #17491: [improve][CI] Optimize "Pulsar Bot" workflow

lhotari opened a new pull request, #17491:
URL: https://github.com/apache/pulsar/pull/17491

   ### Motivation
   
   Currently build jobs in the "Pulsar Bot" workflow will get triggered for all issue/PR comments. This wastes resources since the build jobs will get added to the build queue and this consumes quota.
   The "Pulsar Bot" workflow can be optimized to save CI resources.
   
   ### Modifications
   
   - move the filter from the build step to the build job
      - only start the build job if the comment includes "/pulsarbot"
   - no need to checkout code
   - no need to run the tune VM action
   
   - [x] `doc-not-needed` 


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] lhotari merged pull request #17491: [improve][CI] Optimize "Pulsar Bot" workflow

Posted by GitBox <gi...@apache.org>.
lhotari merged PR #17491:
URL: https://github.com/apache/pulsar/pull/17491


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] github-actions[bot] commented on pull request #17491: [improve][CI] Optimize "Pulsar Bot" workflow

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #17491:
URL: https://github.com/apache/pulsar/pull/17491#issuecomment-1238198093

   @lhotari Please provide a correct documentation label for your PR.
   Instructions see [Pulsar Documentation Label Guide](https://docs.google.com/document/d/1Qw7LHQdXWBW9t2-r-A7QdFDBwmZh6ytB4guwMoXHqc0).


-- 
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: commits-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar] tisonkun commented on pull request #17491: [improve][CI] Optimize "Pulsar Bot" workflow

Posted by GitBox <gi...@apache.org>.
tisonkun commented on PR #17491:
URL: https://github.com/apache/pulsar/pull/17491#issuecomment-1238203715

   The docbot related issue should be resolved by https://github.com/apache/pulsar-test-infra/pull/69. You can help on reviewing it.


-- 
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: commits-unsubscribe@pulsar.apache.org

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