-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[INLONG-8242][CI] Separate the distribution module to improve the performance of check pipeline #8243
Open
featzhang
wants to merge
2
commits into
apache:master
Choose a base branch
from
featzhang:8242
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
healchow
reviewed
Jun 14, 2023
healchow
changed the title
[INLONG-8242][Tool] Separate the distribution module to improve the performance of CR pipeline
[INLONG-8242][CI] Separate the distribution module to improve the performance of check pipeline
Jun 14, 2023
…erformance of CR pipeline
…rformance of check pipeline
healchow
approved these changes
Jun 20, 2023
@featzhang please update the workflow configurations, thanks. |
dockerzhang
reviewed
Jun 20, 2023
</modules> | ||
</profile> | ||
<profile> | ||
<id>fast</id> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about fast
change to parallel
? Here we should use a more accurate word.
This PR is stale because it has been open for 60 days with no activity. |
github-actions
bot
added
the
stage/stale
Issues or PRs that had no activity for a long time
label
Aug 21, 2023
github-actions
bot
removed
the
stage/stale
Issues or PRs that had no activity for a long time
label
Jul 19, 2024
This PR is stale because it has been open for 60 days with no activity. |
github-actions
bot
added
the
stage/stale
Issues or PRs that had no activity for a long time
label
Sep 18, 2024
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.
The inlong-distribution module uses assembly to compress and package the output of each module together. However, the module dependencies are not clearly specified in the pom file, causing maven to infer dependencies. The
inlong-distribution
module will cause parallel packaging failure and affect the performance of the CR pipeline, so this module is separated out.When executing a CR pipeline, no packaging is required. Other modules can be compiled in parallel.
Full package: