ML CI: Ubuntu 22 -> 24 (#45644)
This commit is contained in:
parent
2b9a3b6057
commit
3649a195d3
@ -691,7 +691,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/ubuntu-22.04:v2024-05-07
|
image: ghcr.io/spack/ubuntu-24.04:v2024-09-05-v2
|
||||||
|
|
||||||
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" ]
|
||||||
@ -714,7 +714,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/ubuntu-22.04:v2024-05-07
|
image: ghcr.io/spack/ubuntu-24.04:v2024-09-05-v2
|
||||||
|
|
||||||
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" ]
|
||||||
@ -737,7 +737,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/ubuntu-22.04:v2024-05-07
|
image: ghcr.io/spack/ubuntu-24.04:v2024-09-05-v2
|
||||||
|
|
||||||
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" ]
|
||||||
|
@ -67,7 +67,6 @@ spack:
|
|||||||
# TensorFlow
|
# TensorFlow
|
||||||
- py-tensorflow
|
- py-tensorflow
|
||||||
- py-tensorflow-datasets
|
- py-tensorflow-datasets
|
||||||
- py-tensorflow-estimator
|
|
||||||
- py-tensorflow-hub
|
- py-tensorflow-hub
|
||||||
- py-tensorflow-metadata
|
- py-tensorflow-metadata
|
||||||
- py-tensorflow-probability
|
- py-tensorflow-probability
|
||||||
@ -79,7 +78,7 @@ spack:
|
|||||||
pipeline-gen:
|
pipeline-gen:
|
||||||
- build-job:
|
- build-job:
|
||||||
image:
|
image:
|
||||||
name: ghcr.io/spack/ubuntu-22.04:v2024-05-07
|
name: ghcr.io/spack/ubuntu-24.04:v2024-09-05-v2
|
||||||
entrypoint: ['']
|
entrypoint: ['']
|
||||||
|
|
||||||
cdash:
|
cdash:
|
||||||
|
@ -54,7 +54,8 @@ spack:
|
|||||||
- py-torchfile
|
- py-torchfile
|
||||||
- py-torchgeo
|
- py-torchgeo
|
||||||
- py-torchmetrics
|
- py-torchmetrics
|
||||||
- py-torchtext
|
# torchtext requires older pytorch, which requires older cuda, which doesn't support newer GCC
|
||||||
|
# - py-torchtext
|
||||||
- py-torchvision
|
- py-torchvision
|
||||||
- py-vector-quantize-pytorch
|
- py-vector-quantize-pytorch
|
||||||
|
|
||||||
@ -71,19 +72,19 @@ spack:
|
|||||||
# TensorFlow
|
# TensorFlow
|
||||||
- py-tensorflow
|
- py-tensorflow
|
||||||
- py-tensorflow-datasets
|
- py-tensorflow-datasets
|
||||||
- py-tensorflow-estimator
|
|
||||||
- py-tensorflow-hub
|
- py-tensorflow-hub
|
||||||
- py-tensorflow-metadata
|
- py-tensorflow-metadata
|
||||||
- py-tensorflow-probability
|
- py-tensorflow-probability
|
||||||
|
|
||||||
# XGBoost
|
# XGBoost
|
||||||
- py-xgboost
|
# xgboost requires older cuda, which doesn't support newer GCC
|
||||||
|
# - py-xgboost
|
||||||
|
|
||||||
ci:
|
ci:
|
||||||
pipeline-gen:
|
pipeline-gen:
|
||||||
- build-job:
|
- build-job:
|
||||||
image:
|
image:
|
||||||
name: ghcr.io/spack/ubuntu-22.04:v2024-05-07
|
name: ghcr.io/spack/ubuntu-24.04:v2024-09-05-v2
|
||||||
entrypoint: ['']
|
entrypoint: ['']
|
||||||
|
|
||||||
cdash:
|
cdash:
|
||||||
|
@ -72,8 +72,6 @@ spack:
|
|||||||
# TensorFlow
|
# TensorFlow
|
||||||
- py-tensorflow
|
- py-tensorflow
|
||||||
- py-tensorflow-datasets
|
- py-tensorflow-datasets
|
||||||
# version 2.16 is not available
|
|
||||||
# - py-tensorflow-estimator
|
|
||||||
- py-tensorflow-hub
|
- py-tensorflow-hub
|
||||||
- py-tensorflow-metadata
|
- py-tensorflow-metadata
|
||||||
- py-tensorflow-probability
|
- py-tensorflow-probability
|
||||||
@ -86,7 +84,7 @@ spack:
|
|||||||
pipeline-gen:
|
pipeline-gen:
|
||||||
- build-job:
|
- build-job:
|
||||||
image:
|
image:
|
||||||
name: ghcr.io/spack/ubuntu-22.04:v2024-05-07
|
name: ghcr.io/spack/ubuntu-24.04:v2024-09-05-v2
|
||||||
entrypoint: ['']
|
entrypoint: ['']
|
||||||
|
|
||||||
cdash:
|
cdash:
|
||||||
|
Loading…
Reference in New Issue
Block a user