antrea-io / antrea

Kubernetes networking based on Open vSwitch
https://antrea.io
Apache License 2.0
1.66k stars 366 forks source link

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

Open wenyingd opened 4 months ago

wenyingd commented 4 months ago

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?

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days