mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-21 18:09:30 +00:00
ci: pre-pull busybox container image
pre-pull the required busy box container image in k8s-e2e-external-storage. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
c5ce8e1a95
commit
1cc12b1a1c
@ -152,6 +152,11 @@ node('cico-workspace') {
|
|||||||
// single-node-k8s.sh pushes the image into minikube
|
// single-node-k8s.sh pushes the image into minikube
|
||||||
podman_pull(ci_registry, "docker.io", rook_ceph_cluster_image - d_io_regex)
|
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') {
|
timeout(time: 30, unit: 'MINUTES') {
|
||||||
ssh "./single-node-k8s.sh --k8s-version=${k8s_release}"
|
ssh "./single-node-k8s.sh --k8s-version=${k8s_release}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user