Skip to content

Commit

Permalink
Update WINDOWS_YAML_SUFFIX in ci/jenkins/test.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas committed Apr 24, 2024
1 parent fe6e1ac commit 9b7cc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ fi
trap clean_antrea EXIT
if [[ ${TESTCASE} =~ "windows" ]]; then
if [[ ${TESTCASE} =~ "containerd" ]]; then
WINDOWS_YAML_SUFFIX="windows-containerd-with-ovs"
WINDOWS_YAML_SUFFIX="windows-with-ovs"
build_and_deliver_antrea_windows_and_linux_containerd_images
if [[ ${TESTCASE} =~ "e2e" ]]; then
run_e2e_windows
Expand Down

0 comments on commit 9b7cc64

Please sign in to comment.