diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2024-01-25 18:02:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 02:02:58 +0000 |
commit | 4c7a1f541caee161584abfa965920eb27df575ab (patch) | |
tree | 317d2268b7c2610d92defada95a54ca07e225af6 | |
parent | 295e36efa34cb307f6ebcef2e19861fdac08c76a (diff) | |
download | spack-4c7a1f541caee161584abfa965920eb27df575ab.tar.gz spack-4c7a1f541caee161584abfa965920eb27df575ab.tar.bz2 spack-4c7a1f541caee161584abfa965920eb27df575ab.tar.xz spack-4c7a1f541caee161584abfa965920eb27df575ab.zip |
e4s oneapi: use ghcr spack registry for runner image (#42267)
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 2 | ||||
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/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 c7fdb35e14..8bf10eb743 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -445,7 +445,7 @@ e4s-rocm-external-build: e4s-oneapi-generate: extends: [ ".e4s-oneapi", ".generate-x86_64"] - image: ecpe4s/ubuntu22.04-runner-amd64-oneapi-2024.0.0:2024.01.16b + image: ghcr.io/spack/ubuntu22.04-runner-amd64-oneapi-2024.0.0:2024.01.16b e4s-oneapi-build: extends: [ ".e4s-oneapi", ".build" ] diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml index 7d115ae588..42439d7ea1 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml @@ -222,7 +222,7 @@ spack: ci: pipeline-gen: - build-job: - image: ecpe4s/ubuntu22.04-runner-amd64-oneapi-2024.0.0:2024.01.16b + image: ghcr.io/spack/ubuntu22.04-runner-amd64-oneapi-2024.0.0:2024.01.16b cdash: build-group: E4S OneAPI |