mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-26 16:20:28 +00:00
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:
parent
1cc12b1a1c
commit
ddd10c3245
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user