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

[CI] Improve the CI efficiency by parallelizing the build tasks #128

Closed
Jeffwan opened this issue Sep 5, 2024 · 0 comments · Fixed by #398
Closed

[CI] Improve the CI efficiency by parallelizing the build tasks #128

Jeffwan opened this issue Sep 5, 2024 · 0 comments · Fixed by #398
Assignees
Labels
area/cicd good first issue Good for newcomers help wanted Extra attention is needed kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@Jeffwan
Copy link
Collaborator

Jeffwan commented Sep 5, 2024

🚀 Feature Description and Motivation

image

In the initial version, we do not care the efficiency that much and build the images one by one. After running for a while, we notice the job duration is a little bit long, it's better to parallelize these tasks and the job can finish as fast as possible.

Use Case

No response

Proposed Solution

Introduce parallel tasks and make three build jobs running at the same time. Similarly, we need to update the post-submit job.

@Jeffwan Jeffwan added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. kind/feature Categorizes issue or PR as related to a new feature. area/cicd labels Sep 5, 2024
@Jeffwan Jeffwan added this to the v0.2.0 milestone Sep 5, 2024
@Jeffwan Jeffwan added good first issue Good for newcomers help wanted Extra attention is needed labels Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cicd good first issue Good for newcomers help wanted Extra attention is needed kind/feature Categorizes issue or PR as related to a new feature. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants