Skip to content

Commit

Permalink
Pull toolbox image before running windows e2e
Browse files Browse the repository at this point in the history
Otherwise it would likely fail to wait for Pod ready.

Signed-off-by: Quan Tian <[email protected]>
  • Loading branch information
tnqn committed Jan 26, 2024
1 parent ab3338a commit 90fd32c
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 @@ -586,7 +586,7 @@ function deliver_antrea_linux_containerd {
echo "===== Pull necessary images on Control-Plane node ====="
harbor_images=("agnhost:2.13" "nginx:1.15-alpine")
antrea_images=("e2eteam/agnhost:2.13" "docker.io/library/nginx:1.15-alpine")
common_images=("registry.k8s.io/e2e-test-images/agnhost:2.29")
common_images=("registry.k8s.io/e2e-test-images/agnhost:2.29" "projects.registry.vmware.com/antrea/toolbox:1.2-1")
k8s_images=("registry.k8s.io/e2e-test-images/agnhost:2.45" "registry.k8s.io/e2e-test-images/jessie-dnsutils:1.5" "registry.k8s.io/e2e-test-images/nginx:1.14-2")
e2e_images=("k8sprow.azurecr.io/kubernetes-e2e-test-images/agnhost:2.45" "k8sprow.azurecr.io/kubernetes-e2e-test-images/jessie-dnsutils:1.5" "k8sprow.azurecr.io/kubernetes-e2e-test-images/nginx:1.14-2")

Expand Down

0 comments on commit 90fd32c

Please sign in to comment.