Force gitlab to pull the new container

This commit is contained in:
Stephen Sachs 2023-05-23 21:44:39 +02:00
parent 108fe512b4
commit 3af5f4cd88
5 changed files with 20 additions and 5 deletions

View File

@ -788,7 +788,10 @@ deprecated-ci-build:
########################################
.aws-pcluster-generate-image:
image: { "name": "ghcr.io/spack/pcluster-amazonlinux-2:latest", "entrypoint": [""] }
image:
"name": "ghcr.io/spack/pcluster-amazonlinux-2:latest"
"entrypoint": [""]
pull_policy: "always"
.aws-pcluster-generate:
before_script:

View File

@ -35,7 +35,10 @@ spack:
ci:
pipeline-gen:
- build-job:
image: { "name": "ghcr.io/spack/pcluster-amazonlinux-2:latest", "entrypoint": [""] }
image:
"name": "ghcr.io/spack/pcluster-amazonlinux-2:latest"
"entrypoint": [""]
pull_policy: "always"
before_script:
- - . "./share/spack/setup-env.sh"
- . /etc/profile.d/modules.sh

View File

@ -36,7 +36,10 @@ spack:
ci:
pipeline-gen:
- build-job:
image: { "name": "ghcr.io/spack/pcluster-amazonlinux-2:latest", "entrypoint": [""] }
image:
"name": "ghcr.io/spack/pcluster-amazonlinux-2:latest"
"entrypoint": [""]
pull_policy: "always"
tags: ["aarch64"]
before_script:
- - . "./share/spack/setup-env.sh"

View File

@ -36,7 +36,10 @@ spack:
ci:
pipeline-gen:
- build-job:
image: { "name": "ghcr.io/spack/pcluster-amazonlinux-2:latest", "entrypoint": [""] }
image:
"name": "ghcr.io/spack/pcluster-amazonlinux-2:latest"
"entrypoint": [""]
pull_policy: "always"
tags: ["aarch64"]
before_script:
- - . "./share/spack/setup-env.sh"

View File

@ -35,7 +35,10 @@ spack:
ci:
pipeline-gen:
- build-job:
image: { "name": "ghcr.io/spack/pcluster-amazonlinux-2:latest", "entrypoint": [""] }
image:
"name": "ghcr.io/spack/pcluster-amazonlinux-2:latest"
"entrypoint": [""]
pull_policy: "always"
before_script:
- - . "./share/spack/setup-env.sh"
- . /etc/profile.d/modules.sh