mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-16 23:59:29 +00:00
ci: use docker.io/library/ as prefix for nginx and vault images
docker.io/nginx:latest and docker.io/vault:latest are being redirected to docker.io/library/. The redirection is not cached, and Docker Hub might return an error during redirection when the pull rate-limit is hit. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
7384683af2
commit
005d201f2f
@ -144,15 +144,10 @@ node('cico-workspace') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// vault:latest and nginx:latest are used by the e2e tests
|
// vault:latest and nginx:latest are used by the e2e tests
|
||||||
// Tag the images with qualified and unqualified names,
|
podman_pull("docker.io", "library/vault:latest")
|
||||||
// so that moving to qualified names everywhere becomes
|
ssh "./podman2minikube.sh docker.io/library/vault:latest"
|
||||||
// possible.
|
podman_pull("docker.io", "library/nginx:latest")
|
||||||
podman_pull("docker.io", "vault:latest")
|
ssh "./podman2minikube.sh docker.io/library/nginx:latest"
|
||||||
ssh "./podman2minikube.sh vault:latest"
|
|
||||||
ssh "./podman2minikube.sh docker.io/vault:latest"
|
|
||||||
podman_pull("docker.io", "nginx:latest")
|
|
||||||
ssh "./podman2minikube.sh nginx:latest"
|
|
||||||
ssh "./podman2minikube.sh docker.io/nginx:latest"
|
|
||||||
}
|
}
|
||||||
stage('deploy ceph-csi through helm') {
|
stage('deploy ceph-csi through helm') {
|
||||||
timeout(time: 30, unit: 'MINUTES') {
|
timeout(time: 30, unit: 'MINUTES') {
|
||||||
|
@ -141,15 +141,10 @@ node('cico-workspace') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// vault:latest and nginx:latest are used by the e2e tests
|
// vault:latest and nginx:latest are used by the e2e tests
|
||||||
// Tag the images with qualified and unqualified names,
|
podman_pull("docker.io", "library/vault:latest")
|
||||||
// so that moving to qualified names everywhere becomes
|
ssh "./podman2minikube.sh docker.io/library/vault:latest"
|
||||||
// possible.
|
podman_pull("docker.io", "library/nginx:latest")
|
||||||
podman_pull("docker.io", "vault:latest")
|
ssh "./podman2minikube.sh docker.io/library/nginx:latest"
|
||||||
ssh "./podman2minikube.sh vault:latest"
|
|
||||||
ssh "./podman2minikube.sh docker.io/vault:latest"
|
|
||||||
podman_pull("docker.io", "nginx:latest")
|
|
||||||
ssh "./podman2minikube.sh nginx:latest"
|
|
||||||
ssh "./podman2minikube.sh docker.io/nginx:latest"
|
|
||||||
}
|
}
|
||||||
stage('run e2e') {
|
stage('run e2e') {
|
||||||
timeout(time: 120, unit: 'MINUTES') {
|
timeout(time: 120, unit: 'MINUTES') {
|
||||||
|
@ -141,15 +141,10 @@ node('cico-workspace') {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// vault:latest and nginx:latest are used by the e2e tests
|
// vault:latest and nginx:latest are used by the e2e tests
|
||||||
// Tag the images with qualified and unqualified names,
|
podman_pull("docker.io", "library/vault:latest")
|
||||||
// so that moving to qualified names everywhere becomes
|
ssh "./podman2minikube.sh docker.io/library/vault:latest"
|
||||||
// possible.
|
podman_pull("docker.io", "library/nginx:latest")
|
||||||
podman_pull("docker.io", "vault:latest")
|
ssh "./podman2minikube.sh docker.io/library/nginx:latest"
|
||||||
ssh "./podman2minikube.sh vault:latest"
|
|
||||||
ssh "./podman2minikube.sh docker.io/vault:latest"
|
|
||||||
podman_pull("docker.io", "nginx:latest")
|
|
||||||
ssh "./podman2minikube.sh nginx:latest"
|
|
||||||
ssh "./podman2minikube.sh docker.io/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