ci: dont use nightly image tag (#40070)

This commit is contained in:
Harmen Stoppels 2023-09-19 17:53:28 +02:00 committed by GitHub
parent 9e21d490ea
commit c57e2140c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -577,7 +577,7 @@ tutorial-build:
ml-linux-x86_64-cpu-generate: ml-linux-x86_64-cpu-generate:
extends: [ ".generate-x86_64", .ml-linux-x86_64-cpu, ".tags-x86_64_v4" ] extends: [ ".generate-x86_64", .ml-linux-x86_64-cpu, ".tags-x86_64_v4" ]
image: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:nightly image: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:v2023-07-01
ml-linux-x86_64-cpu-build: ml-linux-x86_64-cpu-build:
extends: [ ".build", ".ml-linux-x86_64-cpu" ] extends: [ ".build", ".ml-linux-x86_64-cpu" ]
@ -600,7 +600,7 @@ ml-linux-x86_64-cpu-build:
ml-linux-x86_64-cuda-generate: ml-linux-x86_64-cuda-generate:
extends: [ ".generate-x86_64", .ml-linux-x86_64-cuda, ".tags-x86_64_v4" ] extends: [ ".generate-x86_64", .ml-linux-x86_64-cuda, ".tags-x86_64_v4" ]
image: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:nightly image: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:v2023-07-01
ml-linux-x86_64-cuda-build: ml-linux-x86_64-cuda-build:
extends: [ ".build", ".ml-linux-x86_64-cuda" ] extends: [ ".build", ".ml-linux-x86_64-cuda" ]
@ -623,7 +623,7 @@ ml-linux-x86_64-cuda-build:
ml-linux-x86_64-rocm-generate: ml-linux-x86_64-rocm-generate:
extends: [ ".generate-x86_64", .ml-linux-x86_64-rocm, ".tags-x86_64_v4" ] extends: [ ".generate-x86_64", .ml-linux-x86_64-rocm, ".tags-x86_64_v4" ]
image: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:nightly image: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:v2023-07-01
ml-linux-x86_64-rocm-build: ml-linux-x86_64-rocm-build:
extends: [ ".build", ".ml-linux-x86_64-rocm" ] extends: [ ".build", ".ml-linux-x86_64-rocm" ]

View File

@ -83,7 +83,7 @@ spack:
pipeline-gen: pipeline-gen:
- build-job: - build-job:
image: image:
name: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:nightly name: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:v2023-07-01
entrypoint: [''] entrypoint: ['']
cdash: cdash:

View File

@ -86,7 +86,7 @@ spack:
pipeline-gen: pipeline-gen:
- build-job: - build-job:
image: image:
name: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:nightly name: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:v2023-07-01
entrypoint: [''] entrypoint: ['']
cdash: cdash:

View File

@ -89,7 +89,7 @@ spack:
pipeline-gen: pipeline-gen:
- build-job: - build-job:
image: image:
name: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:nightly name: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:v2023-07-01
entrypoint: [''] entrypoint: ['']
cdash: cdash: