mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-18 02:39:30 +00:00
ci: update images for vault 1.8.5
updating ci scripts to pull the vault images from ci registry. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
e122cff477
commit
a07fb3bcfc
@ -162,11 +162,13 @@ node('cico-workspace') {
|
||||
ssh "./single-node-k8s.sh --k8s-version=${k8s_release}"
|
||||
}
|
||||
|
||||
// vault:latest and nginx:latest are used by the e2e tests
|
||||
// vault:latest,1.8.5 and nginx:latest are used by the e2e tests
|
||||
podman_pull(ci_registry, "docker.io", "library/vault:latest")
|
||||
ssh "./podman2minikube.sh docker.io/library/vault:latest"
|
||||
podman_pull(ci_registry, "docker.io", "library/nginx:latest")
|
||||
ssh "./podman2minikube.sh docker.io/library/nginx:latest"
|
||||
podman_pull(ci_registry, "docker.io", "library/vault:1.8.5")
|
||||
ssh "./podman2minikube.sh docker.io/library/vault:1.8.5"
|
||||
}
|
||||
stage('deploy ceph-csi through helm') {
|
||||
timeout(time: 30, unit: 'MINUTES') {
|
||||
|
@ -159,11 +159,13 @@ node('cico-workspace') {
|
||||
ssh "./single-node-k8s.sh --k8s-version=${k8s_release}"
|
||||
}
|
||||
|
||||
// vault:latest and nginx:latest are used by the e2e tests
|
||||
// vault:latest,1.8.5 and nginx:latest are used by the e2e tests
|
||||
podman_pull(ci_registry, "docker.io", "library/vault:latest")
|
||||
ssh "./podman2minikube.sh docker.io/library/vault:latest"
|
||||
podman_pull(ci_registry, "docker.io", "library/nginx:latest")
|
||||
ssh "./podman2minikube.sh docker.io/library/nginx:latest"
|
||||
podman_pull(ci_registry, "docker.io", "library/vault:1.8.5")
|
||||
ssh "./podman2minikube.sh docker.io/library/vault:1.8.5"
|
||||
}
|
||||
stage('run e2e') {
|
||||
timeout(time: 120, unit: 'MINUTES') {
|
||||
|
@ -18,3 +18,4 @@ docker.io/rook/ceph:v1.4.9 rook/ceph:v1.4.9
|
||||
docker.io/library/busybox:1.29 library/busybox:1.29
|
||||
docker.io/library/nginx:latest library/nginx:latest
|
||||
docker.io/library/vault:latest library/vault:latest
|
||||
docker.io/library/vault:1.8.5 library/vault:1.8.5
|
||||
|
@ -159,11 +159,13 @@ node('cico-workspace') {
|
||||
ssh "./single-node-k8s.sh --k8s-version=${k8s_release}"
|
||||
}
|
||||
|
||||
// vault:latest and nginx:latest are used by the e2e tests
|
||||
// vault:latest,1.8.5 and nginx:latest are used by the e2e tests
|
||||
podman_pull(ci_registry, "docker.io", "library/vault:latest")
|
||||
ssh "./podman2minikube.sh docker.io/library/vault:latest"
|
||||
podman_pull(ci_registry, "docker.io", "library/nginx:latest")
|
||||
ssh "./podman2minikube.sh docker.io/library/nginx:latest"
|
||||
podman_pull(ci_registry, "docker.io", "library/vault:1.8.5")
|
||||
ssh "./podman2minikube.sh docker.io/library/vault:1.8.5"
|
||||
}
|
||||
stage("run ${test_type} upgrade tests") {
|
||||
timeout(time: 120, unit: 'MINUTES') {
|
||||
|
Loading…
Reference in New Issue
Block a user