ci: pull and push busybox image after installing minikube

k8s-e2e-external-storage fails with error
`./podman2minikube.sh: line 16: minikube: command not found`.
This commit fixes it by starting minikube before calling
./podman2minikube.sh.

Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
Rakshith R 2021-04-29 12:37:27 +05:30 committed by mergify[bot]
parent 1cc12b1a1c
commit ddd10c3245

View File

@ -153,13 +153,13 @@ node('cico-workspace') {
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}"
}
// busybox 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"
}
stage('deploy ceph-csi through helm') {
timeout(time: 30, unit: 'MINUTES') {