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] Build Windows and Linux images in parallel #6364

Open
wenyingd opened this issue May 23, 2024 · 0 comments
Open

[CI] Build Windows and Linux images in parallel #6364

wenyingd opened this issue May 23, 2024 · 0 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@wenyingd
Copy link
Contributor

Describe the problem/challenge you have

With the change introduced by this PR , Windows images is built on Linux VM using docker buildx. Now the Windows jenkins jobs build Linux and Windows images in serial, which may make the total test time longer then before.

Shall we build the Windows and Linux images in parallel to reduce the test time? Even more, we shall also think about running other commands via SSH connections on each Node in parallel.

Describe the solution you'd like

Anything else you would like to add?

@wenyingd wenyingd added the kind/feature Categorizes issue or PR as related to a new feature. label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants