Skip to content

Commit

Permalink
ci: pre-pull busybox container image
Browse files Browse the repository at this point in the history
pre-pull the required busy box container
image in k8s-e2e-external-storage.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 authored and mergify[bot] committed Apr 28, 2021
1 parent c5ce8e1 commit 1cc12b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions k8s-e2e-external-storage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ node('cico-workspace') {
// single-node-k8s.sh pushes the image into minikube
podman_pull(ci_registry, "docker.io", rook_ceph_cluster_image - d_io_regex)
}

// busy box is used in external storage testing
podman_pull(ci_registry, "docker.io", "library/busybox:1.29")
ssh "./podman2minikube.sh docker.io/library/busybox:1.29"

timeout(time: 30, unit: 'MINUTES') {
ssh "./single-node-k8s.sh --k8s-version=${k8s_release}"
}
Expand Down

0 comments on commit 1cc12b1

Please sign in to comment.