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

Build subprojects in parallel #3223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LantaoJin
Copy link
Member

@LantaoJin LantaoJin commented Dec 30, 2024

Description

Not all subprojects need to be executed sequentially. We can build subprojects in parallel to speed up the CI workflow.

Related Issues

Resolves #3226

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • New functionality has javadoc added.
  • New functionality has a user manual doc added.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

YANG-DB
YANG-DB previously approved these changes Dec 30, 2024
Signed-off-by: Lantao Jin <ltjin@amazon.com>

Signed-off-by: Lantao Jin <ltjin@amazon.com>
@LantaoJin
Copy link
Member Author

The only failed test is caused by #3224, not related to this PR.

Since we enabled --continue, we could see the entire workflow could complete in 22 minutes which was 40 minutes:
SQL Java CI / build-windows-macos (macos-13, 21) (pull_request) 40m -> 22m

@LantaoJin LantaoJin marked this pull request as ready for review December 30, 2024 04:38
@LantaoJin LantaoJin requested a review from YANG-DB December 30, 2024 04:43
@LantaoJin LantaoJin added infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. backport 2.x labels Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[INFRA] Build subprojects in parallel
2 participants