Skip to content

Commit

Permalink
ci: use ghcr.io images instead of dockerhub hosted (spack#46830)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneswalker authored Oct 16, 2024
1 parent 80b9807 commit fb53d31
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ default:

e4s-generate:
extends: [ ".e4s", ".generate-x86_64"]
image: ecpe4s/ubuntu22.04-runner-amd64-gcc-11.4:2024.03.01
image: ghcr.io/spack/spack/ubuntu22.04-runner-amd64-gcc-11.4:2024.03.01

e4s-build:
extends: [ ".e4s", ".build" ]
Expand All @@ -331,7 +331,7 @@ e4s-build:

e4s-neoverse-v2-generate:
extends: [ ".e4s-neoverse-v2", ".generate-neoverse-v2" ]
image: ecpe4s/ubuntu22.04-runner-arm64-gcc-11.4:2024.03.01
image: ghcr.io/spack/spack/ubuntu22.04-runner-arm64-gcc-11.4:2024.03.01

e4s-neoverse-v2-build:
extends: [ ".e4s-neoverse-v2", ".build" ]
Expand All @@ -354,7 +354,7 @@ e4s-neoverse-v2-build:

e4s-neoverse_v1-generate:
extends: [ ".e4s-neoverse_v1", ".generate-neoverse_v1" ]
image: ecpe4s/ubuntu22.04-runner-arm64-gcc-11.4:2024.03.01
image: ghcr.io/spack/spack/ubuntu22.04-runner-arm64-gcc-11.4:2024.03.01

e4s-neoverse_v1-build:
extends: [ ".e4s-neoverse_v1", ".build" ]
Expand All @@ -377,7 +377,7 @@ e4s-neoverse_v1-build:

e4s-rocm-external-generate:
extends: [ ".e4s-rocm-external", ".generate-x86_64"]
image: ecpe4s/ubuntu22.04-runner-amd64-gcc-11.4-rocm6.2.0:2024.09.11
image: ghcr.io/spack/spack/ubuntu22.04-runner-amd64-gcc-11.4-rocm6.2.0:2024.09.11

e4s-rocm-external-build:
extends: [ ".e4s-rocm-external", ".build" ]
Expand Down Expand Up @@ -423,7 +423,7 @@ e4s-rocm-external-build:

e4s-oneapi-generate:
extends: [ ".e4s-oneapi", ".generate-x86_64"]
image: ecpe4s/ubuntu22.04-runner-amd64-oneapi-2024.2:2024.09.06
image: ghcr.io/spack/spack/ubuntu22.04-runner-amd64-oneapi-2024.2:2024.09.06

e4s-oneapi-build:
extends: [ ".e4s-oneapi", ".build" ]
Expand Down Expand Up @@ -495,7 +495,7 @@ build_systems-build:

developer-tools-manylinux2014-generate:
extends: [ ".developer-tools-manylinux2014", ".generate-x86_64"]
image: ecpe4s/manylinux2014:2024.03.28
image: ghcr.io/spack/spack/manylinux2014:2024.03.28

developer-tools-manylinux2014-build:
extends: [ ".developer-tools-manylinux2014", ".build" ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spack:
ci:
pipeline-gen:
- build-job:
image: ecpe4s/manylinux2014:2024.03.28
image: ghcr.io/spack/spack/manylinux2014:2024.03.28

cdash:
build-group: Developer Tools Manylinux2014
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ spack:
ci:
pipeline-gen:
- build-job:
image: ecpe4s/ubuntu22.04-runner-arm64-gcc-11.4:2024.03.01
image: ghcr.io/spack/spack/ubuntu22.04-runner-arm64-gcc-11.4:2024.03.01

cdash:
build-group: E4S ARM Neoverse V2
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ spack:
ci:
pipeline-gen:
- build-job:
image: ecpe4s/ubuntu22.04-runner-arm64-gcc-11.4:2024.03.01
image: ghcr.io/spack/spack/ubuntu22.04-runner-arm64-gcc-11.4:2024.03.01

cdash:
build-group: E4S ARM Neoverse V1
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spack:
ci:
pipeline-gen:
- build-job:
image: ecpe4s/ubuntu22.04-runner-amd64-oneapi-2024.2:2024.09.06
image: ghcr.io/spack/spack/ubuntu22.04-runner-amd64-oneapi-2024.2:2024.09.06

cdash:
build-group: E4S OneAPI
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ spack:
ci:
pipeline-gen:
- build-job:
image: ecpe4s/ubuntu22.04-runner-amd64-gcc-11.4-rocm6.2.0:2024.09.11
image: ghcr.io/spack/spack/ubuntu22.04-runner-amd64-gcc-11.4-rocm6.2.0:2024.09.11

cdash:
build-group: E4S ROCm External
2 changes: 1 addition & 1 deletion share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ spack:
ci:
pipeline-gen:
- build-job:
image: ecpe4s/ubuntu22.04-runner-amd64-gcc-11.4:2024.03.01
image: ghcr.io/spack/spack/ubuntu22.04-runner-amd64-gcc-11.4:2024.03.01

cdash:
build-group: E4S

0 comments on commit fb53d31

Please sign in to comment.