mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 06:40:23 +00:00
ci: pre-pull nginx and vault images from local registry
Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
dd10e66a98
commit
f36ef72a19
@ -131,6 +131,12 @@ node('cico-workspace') {
|
|||||||
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}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// vault:latest and nginx:latest are used by the e2e tests
|
||||||
|
podman_pull("vault:latest")
|
||||||
|
ssh "./podman2minikube.sh vault:latest"
|
||||||
|
podman_pull("nginx:latest")
|
||||||
|
ssh "./podman2minikube.sh nginx:latest"
|
||||||
}
|
}
|
||||||
stage('deploy ceph-csi through helm') {
|
stage('deploy ceph-csi through helm') {
|
||||||
timeout(time: 30, unit: 'MINUTES') {
|
timeout(time: 30, unit: 'MINUTES') {
|
||||||
|
@ -128,6 +128,12 @@ node('cico-workspace') {
|
|||||||
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}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// vault:latest and nginx:latest are used by the e2e tests
|
||||||
|
podman_pull("vault:latest")
|
||||||
|
ssh "./podman2minikube.sh vault:latest"
|
||||||
|
podman_pull("nginx:latest")
|
||||||
|
ssh "./podman2minikube.sh nginx:latest"
|
||||||
}
|
}
|
||||||
stage('run e2e') {
|
stage('run e2e') {
|
||||||
timeout(time: 120, unit: 'MINUTES') {
|
timeout(time: 120, unit: 'MINUTES') {
|
||||||
|
@ -128,6 +128,12 @@ node('cico-workspace') {
|
|||||||
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}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// vault:latest and nginx:latest are used by the e2e tests
|
||||||
|
podman_pull("vault:latest")
|
||||||
|
ssh "./podman2minikube.sh vault:latest"
|
||||||
|
podman_pull("nginx:latest")
|
||||||
|
ssh "./podman2minikube.sh nginx:latest"
|
||||||
}
|
}
|
||||||
stage("run ${test_type} upgrade tests") {
|
stage("run ${test_type} upgrade tests") {
|
||||||
timeout(time: 120, unit: 'MINUTES') {
|
timeout(time: 120, unit: 'MINUTES') {
|
||||||
|
Loading…
Reference in New Issue
Block a user