You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/05/05 15:12:15 UTC

[GitHub] [camel-k] astefanutti opened a new pull request #2269: feat(build): Global build timeout

astefanutti opened a new pull request #2269:
URL: https://github.com/apache/camel-k/pull/2269


   Currently, build timeout is governed by two configuration settings from the IntegrationPlatform, one global, and another specific to Maven commands. This can be confusing for the end-users, when and how these two settings apply.
   
   This PR aims at unifying timeout setting for all the build operations (container images, OpenAPI, Camel Catalogs), and at making sure operations are cancelled as soon as their contexts time out. This encompasses:
   * Cancelling Build routine
   * Sending SIGTERM signal to Build Pod containers
   * Listening to SIGTERM / SIGINT signals from builder command
   * Cancelling S2i build completion wait 
   
   **Release Note**
   ```release-note
   feat(build): Global build timeout
   ```
   


-- 
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] [camel-k] astefanutti commented on pull request #2269: feat(build): Cancellable Build and global timeout

Posted by GitBox <gi...@apache.org>.
astefanutti commented on pull request #2269:
URL: https://github.com/apache/camel-k/pull/2269#issuecomment-851449355


   Let's merge this and complete the remaining items (mainly Maven processes cancellation) in a subsequent 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.

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



[GitHub] [camel-k] astefanutti merged pull request #2269: feat(build): Cancellable Build and global timeout

Posted by GitBox <gi...@apache.org>.
astefanutti merged pull request #2269:
URL: https://github.com/apache/camel-k/pull/2269


   


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