diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2024-01-25 13:45:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-25 13:45:29 -0800 |
commit | 3f47cc8d00fe0828995858139baef9fb4771cef0 (patch) | |
tree | 5d1b3c8fd93577e331e2d595bbfe293b2ff9876c /share | |
parent | 4006020d782c9ff521d0a38d9c366b9754f838c4 (diff) | |
download | spack-3f47cc8d00fe0828995858139baef9fb4771cef0.tar.gz spack-3f47cc8d00fe0828995858139baef9fb4771cef0.tar.bz2 spack-3f47cc8d00fe0828995858139baef9fb4771cef0.tar.xz spack-3f47cc8d00fe0828995858139baef9fb4771cef0.zip |
e4s neoverse-v2: use ghcr.io/spack image registry (#42268)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 2 | ||||
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse-v2/spack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index e11755adca..c7fdb35e14 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -353,7 +353,7 @@ e4s-build: e4s-neoverse-v2-generate: extends: [ ".e4s-neoverse-v2", ".generate-neoverse-v2" ] - image: ecpe4s/ubuntu22.04-runner-arm64-gcc-11.4:2024.01.01 + image: ghcr.io/spack/ubuntu22.04-runner-arm64-gcc-11.4:2024.01.01 e4s-neoverse-v2-build: extends: [ ".e4s-neoverse-v2", ".build" ] diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse-v2/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse-v2/spack.yaml index 1e64ad8e17..5115149d71 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse-v2/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse-v2/spack.yaml @@ -332,7 +332,7 @@ spack: ci: pipeline-gen: - build-job: - image: "ecpe4s/ubuntu22.04-runner-arm64-gcc-11.4:2024.01.01" + image: "ghcr.io/spack/ubuntu22.04-runner-arm64-gcc-11.4:2024.01.01" cdash: build-group: E4S ARM Neoverse V2 |