summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
diff options
context:
space:
mode:
authorScott Wittenburg <scott.wittenburg@kitware.com>2023-09-11 10:03:11 -0600
committerGitHub <noreply@github.com>2023-09-11 18:03:11 +0200
commit516f0461b861de78ccac77611f65ca4ea67db831 (patch)
tree576084cd97262f9a4704a32cce4380c75862f610 /share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
parentb8cf7c38356b9b87bd85f40980d8907702f2520c (diff)
downloadspack-516f0461b861de78ccac77611f65ca4ea67db831.tar.gz
spack-516f0461b861de78ccac77611f65ca4ea67db831.tar.bz2
spack-516f0461b861de78ccac77611f65ca4ea67db831.tar.xz
spack-516f0461b861de78ccac77611f65ca4ea67db831.zip
gitlab ci: Use image with awscli for rebuild-index job (#39636)
Instead of pointing to the image on DockerHub, which rate limits us and causes pipeline failures durying busy times, use the version at ghcr. And we might as well use the ghcr version everywhere else too.
Diffstat (limited to 'share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml')
-rw-r--r--share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
index ff1ae645d9..5cc400ef52 100644
--- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
+++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
@@ -279,7 +279,7 @@ protected-publish:
e4s-generate:
extends: [ ".e4s", ".generate-x86_64"]
- image: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01
+ image: ghcr.io/spack/ubuntu20.04-runner-x86_64:2023-01-01
e4s-build:
extends: [ ".e4s", ".build" ]
@@ -302,7 +302,7 @@ e4s-build:
gpu-tests-generate:
extends: [ ".gpu-tests", ".generate-x86_64"]
- image: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01
+ image: ghcr.io/spack/ubuntu20.04-runner-x86_64:2023-01-01
gpu-tests-build:
extends: [ ".gpu-tests", ".build" ]
@@ -472,7 +472,7 @@ radiuss-aws-aarch64-build:
data-vis-sdk-generate:
extends: [ ".data-vis-sdk", ".generate-x86_64"]
- image: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01
+ image: ghcr.io/spack/ubuntu20.04-runner-x86_64:2023-01-01
data-vis-sdk-build:
extends: [ ".data-vis-sdk", ".build" ]