ci: dont use nightly image tag (#40070)
This commit is contained in:
parent
9e21d490ea
commit
c57e2140c2
@ -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" ]
|
||||||
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user