You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change removes the parallel docker 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)
Could you add background information to the PR? i.e. Why is this being done?
Cross-linking all the PRs isn't helpful when they are all doing the same thing and explaining the same.
Added this to the PR bodies:
This change removes the parallel docker 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)
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
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#2280--parallelon build docker-agents#1179Testing done
CI
Submitter checklist