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.
This commit is contained in:
parent
b8cf7c3835
commit
516f0461b8
@ -279,7 +279,7 @@ protected-publish:
|
|||||||
|
|
||||||
e4s-generate:
|
e4s-generate:
|
||||||
extends: [ ".e4s", ".generate-x86_64"]
|
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:
|
e4s-build:
|
||||||
extends: [ ".e4s", ".build" ]
|
extends: [ ".e4s", ".build" ]
|
||||||
@ -302,7 +302,7 @@ e4s-build:
|
|||||||
|
|
||||||
gpu-tests-generate:
|
gpu-tests-generate:
|
||||||
extends: [ ".gpu-tests", ".generate-x86_64"]
|
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:
|
gpu-tests-build:
|
||||||
extends: [ ".gpu-tests", ".build" ]
|
extends: [ ".gpu-tests", ".build" ]
|
||||||
@ -472,7 +472,7 @@ radiuss-aws-aarch64-build:
|
|||||||
|
|
||||||
data-vis-sdk-generate:
|
data-vis-sdk-generate:
|
||||||
extends: [ ".data-vis-sdk", ".generate-x86_64"]
|
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:
|
data-vis-sdk-build:
|
||||||
extends: [ ".data-vis-sdk", ".build" ]
|
extends: [ ".data-vis-sdk", ".build" ]
|
||||||
|
@ -70,6 +70,7 @@ ci:
|
|||||||
|
|
||||||
- reindex-job:
|
- reindex-job:
|
||||||
tags: ["service"]
|
tags: ["service"]
|
||||||
|
image: "ghcr.io/spack/ubuntu20.04-runner-x86_64:2023-01-01"
|
||||||
variables:
|
variables:
|
||||||
CI_JOB_SIZE: "medium"
|
CI_JOB_SIZE: "medium"
|
||||||
KUBERNETES_CPU_REQUEST: "4000m"
|
KUBERNETES_CPU_REQUEST: "4000m"
|
||||||
|
@ -67,7 +67,7 @@ spack:
|
|||||||
ci:
|
ci:
|
||||||
pipeline-gen:
|
pipeline-gen:
|
||||||
- build-job:
|
- build-job:
|
||||||
image: {name: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01, entrypoint: ['']}
|
image: {name: ghcr.io/spack/ubuntu20.04-runner-x86_64:2023-01-01, entrypoint: [''] }
|
||||||
|
|
||||||
cdash:
|
cdash:
|
||||||
'build-group:': Data and Vis SDK
|
'build-group:': Data and Vis SDK
|
||||||
|
@ -97,7 +97,7 @@ spack:
|
|||||||
- lammps
|
- lammps
|
||||||
- legion
|
- legion
|
||||||
- libnrm
|
- libnrm
|
||||||
- libpressio +bitgrooming +bzip2 ~cuda ~cusz +fpzip +hdf5 +libdistributed
|
- libpressio +bitgrooming +bzip2 ~cuda ~cusz +fpzip +hdf5 +libdistributed
|
||||||
+lua +openmp +python +sz +sz3 +unix +zfp +json +remote +netcdf +mgard
|
+lua +openmp +python +sz +sz3 +unix +zfp +json +remote +netcdf +mgard
|
||||||
- libquo
|
- libquo
|
||||||
- libunwind
|
- libunwind
|
||||||
@ -176,8 +176,8 @@ spack:
|
|||||||
- hypre +cuda
|
- hypre +cuda
|
||||||
- kokkos +wrapper +cuda
|
- kokkos +wrapper +cuda
|
||||||
- kokkos-kernels +cuda ^kokkos +wrapper +cuda +cuda_lambda
|
- kokkos-kernels +cuda ^kokkos +wrapper +cuda +cuda_lambda
|
||||||
- libpressio +bitgrooming +bzip2 +fpzip +hdf5 +libdistributed +lua
|
- libpressio +bitgrooming +bzip2 +fpzip +hdf5 +libdistributed +lua
|
||||||
+openmp +python +sz +sz3 +unix +zfp +json +remote +netcdf +cusz
|
+openmp +python +sz +sz3 +unix +zfp +json +remote +netcdf +cusz
|
||||||
+mgard +cuda ^cusz +cuda
|
+mgard +cuda ^cusz +cuda
|
||||||
- magma +cuda
|
- magma +cuda
|
||||||
- mfem +cuda
|
- mfem +cuda
|
||||||
@ -242,7 +242,7 @@ spack:
|
|||||||
ci:
|
ci:
|
||||||
pipeline-gen:
|
pipeline-gen:
|
||||||
- build-job:
|
- build-job:
|
||||||
image: "ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01"
|
image: "ghcr.io/spack/ubuntu20.04-runner-x86_64:2023-01-01"
|
||||||
|
|
||||||
cdash:
|
cdash:
|
||||||
build-group: E4S
|
build-group: E4S
|
||||||
|
@ -56,7 +56,7 @@ spack:
|
|||||||
ci:
|
ci:
|
||||||
pipeline-gen:
|
pipeline-gen:
|
||||||
- build-job:
|
- build-job:
|
||||||
image: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01
|
image: ghcr.io/spack/ubuntu20.04-runner-x86_64:2023-01-01
|
||||||
- match_behavior: first
|
- match_behavior: first
|
||||||
submapping:
|
submapping:
|
||||||
- match:
|
- match:
|
||||||
|
Loading…
Reference in New Issue
Block a user