CAMEL-24318 - use Maven parallelization for compilation part of Jbang IT tests on Jenkins - #25272
Merged
Merged
Conversation
tests on Jenkins tested with https://ci-builds.apache.org/job/Camel/job/Camel%20Jbang%20IT%20Tests/job/main/537/ it allows to reduce the part of this build from 1h32min to 37min Signed-off-by: Aurélien Pupier <apupier@ibm.com>
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
apupier
marked this pull request as ready for review
July 31, 2026 09:33
gnodet
approved these changes
Aug 2, 2026
gnodet
left a comment
Contributor
There was a problem hiding this comment.
Review Summary
Clean, well-validated CI optimization that adds Maven parallel builds (-T1C) to the compilation-only step of the JBang IT test pipeline.
Verification
- The same approach was already merged for
Jenkinsfile.deploy(commit134d11dd4f3) under the same JIRA ticket, reducing that build from ~3 hours to 25 minutes - The author validated this change on the actual Jenkins CI infrastructure (build #537) — compilation time improved from 1h32min to 37min
- The
-T1Cflag is correctly scoped to only the-Dquicklycompilation step (line 65), leaving the actual JBang IT test invocations (lines 66-67) sequential to avoid test interference - The
-Dquicklyprofile skips tests and non-essential plugins, making it a safe candidate for parallelization
This review was generated by an AI agent and may contain inaccuracies. Please verify all suggestions before applying.
Claude Code on behalf of @gnodet
oscerd
approved these changes
Aug 2, 2026
davsclaus
approved these changes
Aug 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tested with
https://ci-builds.apache.org/job/Camel/job/Camel%20Jbang%20IT%20Tests/job/main/537/
it allows to reduce the part of this build from 1h32min to 37min
Description
Target
mainbranch)Tracking
Apache Camel coding standards and style
mvn clean install -DskipTestslocally from root folder and I have committed all auto-generated changes.AI-assisted contributions
Co-authored-bytrailers) and the PR description identifies the AI tool used.