christophd opened a new pull request, #4523: URL: https://github.com/apache/camel-k/pull/4523
- Run builds on same operator namespace with user defined strategy - Default strategy is "sequential" running only one single build at a time - Also support "fifo" strategy where builds are run/queued based on their creation timestamp. This strategy allows parallel builds as long as individual build dependency lists are not colliding - Users may adjust/overwrite the build order strategy via install command option, in the (local) integration platform settings or via the builder trait option - Max number of running builds limitation is not affected by the build order strategy (ensure to always obey the limitation) <!-- Description --> <!-- Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required". If no release note is required, write "NONE". You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" to make sure the text is added to the right section of the release notes. --> **Release Note** ```release-note NONE ``` -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org