[CI] Build Windows and Linux images in parallel #6364
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
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?
The text was updated successfully, but these errors were encountered: