Skip to content
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

[Improve][CI] Support parallel build #11439

Closed
2 tasks done
aloyszhang opened this issue Oct 30, 2024 · 0 comments · Fixed by #11440
Closed
2 tasks done

[Improve][CI] Support parallel build #11439

aloyszhang opened this issue Oct 30, 2024 · 0 comments · Fixed by #11440
Milestone

Comments

@aloyszhang
Copy link
Contributor

aloyszhang commented Oct 30, 2024

Description

Currently, some GitHub workflows must build the whole project and then do some checks.
This is time-consuming and costs more than 17 minutes.:
image

Actually, maven 3+ has supported parallel build which supports building the project with multi-threads. This feature can help us to reduce the compile time cost.

There are already two issues that tried to resolve this problem but not keep on going now:
#7784
#8242

#8242 pointed out that inlong-distribution module will cause parallel packaging failure, so, we can skip the distribution when building the project since it does not affect the GitHub workflow.

InLong Component

Other for not specified component

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant