chore(windows): no --parallel on build#2280
Merged
lemeurherve merged 2 commits intojenkinsci:masterfrom Mar 23, 2026
Merged
Conversation
dduportal
approved these changes
Mar 23, 2026
Contributor
dduportal
left a comment
There was a problem hiding this comment.
https://docs.docker.com/reference/cli/docker/compose/#configuring-parallelism: this flag would have required an argument. But which value?
Since it has no performance gain but generate random issues, LGTM!
This was referenced Mar 23, 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.
This change removes the
paralleldocker compose argument as it seems it wasn't properly configured since the beginning (no amount specified cf https://docs.docker.com/reference/cli/docker/compose/#configuring-parallelism), and did not result in any gain, but instead seems the cause of Windows builds stucks at the end of the build without any obvious error or cause. (cf multiple releases replayed)Similar to:
--parallelon build docker-agents#1179--parallelon build docker-ssh-agent#623Testing done
CI
Submitter checklist