summaryrefslogtreecommitdiff
path: root/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2022-12-22 11:31:40 -0600
committerGitHub <noreply@github.com>2022-12-22 11:31:40 -0600
commiteb67497020f64de7a10f683eda0177a637b4ccf0 (patch)
treee2961e5889ecc01315f75c9f917d36a9b82227c0 /share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
parent371268a9aae0bc5cc3c055088130baf5d2cef340 (diff)
downloadspack-eb67497020f64de7a10f683eda0177a637b4ccf0.tar.gz
spack-eb67497020f64de7a10f683eda0177a637b4ccf0.tar.bz2
spack-eb67497020f64de7a10f683eda0177a637b4ccf0.tar.xz
spack-eb67497020f64de7a10f683eda0177a637b4ccf0.zip
ML CI: Linux x86_64 (#34299)
* ML CI: Linux x86_64 * Update comments * Rename again * Rename comments * Update to match other arches * No compiler * Compiler was wrong anyway * Faster TF
Diffstat (limited to 'share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml')
-rw-r--r--share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml106
1 files changed, 53 insertions, 53 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
index 8122cd7f35..8800387436 100644
--- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
+++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
@@ -760,122 +760,122 @@ tutorial-protected-build:
- artifacts: True
job: tutorial-protected-generate
-########################################
-# Machine Learning (CPU)
-########################################
-.ml-cpu:
+#######################################
+# Machine Learning - Linux x86_64 (CPU)
+#######################################
+.ml-linux-x86_64-cpu:
variables:
- SPACK_CI_STACK_NAME: ml-cpu
+ SPACK_CI_STACK_NAME: ml-linux-x86_64-cpu
-.ml-cpu-generate:
- extends: .ml-cpu
+.ml-linux-x86_64-cpu-generate:
+ extends: .ml-linux-x86_64-cpu
image: ghcr.io/spack/e4s-amazonlinux-2:v2022-03-21
tags: ["spack", "aws", "public", "medium", "x86_64_v4"]
-ml-cpu-pr-generate:
- extends: [ ".ml-cpu-generate", ".pr-generate"]
+ml-linux-x86_64-cpu-pr-generate:
+ extends: [ ".ml-linux-x86_64-cpu-generate", ".pr-generate"]
-ml-cpu-protected-generate:
- extends: [ ".ml-cpu-generate", ".protected-generate"]
+ml-linux-x86_64-cpu-protected-generate:
+ extends: [ ".ml-linux-x86_64-cpu-generate", ".protected-generate"]
-ml-cpu-pr-build:
- extends: [ ".ml-cpu", ".pr-build" ]
+ml-linux-x86_64-cpu-pr-build:
+ extends: [ ".ml-linux-x86_64-cpu", ".pr-build" ]
trigger:
include:
- artifact: jobs_scratch_dir/cloud-ci-pipeline.yml
- job: ml-cpu-pr-generate
+ job: ml-linux-x86_64-cpu-pr-generate
strategy: depend
needs:
- artifacts: True
- job: ml-cpu-pr-generate
+ job: ml-linux-x86_64-cpu-pr-generate
-ml-cpu-protected-build:
- extends: [ ".ml-cpu", ".protected-build" ]
+ml-linux-x86_64-cpu-protected-build:
+ extends: [ ".ml-linux-x86_64-cpu", ".protected-build" ]
trigger:
include:
- artifact: jobs_scratch_dir/cloud-ci-pipeline.yml
- job: ml-cpu-protected-generate
+ job: ml-linux-x86_64-cpu-protected-generate
strategy: depend
needs:
- artifacts: True
- job: ml-cpu-protected-generate
+ job: ml-linux-x86_64-cpu-protected-generate
########################################
-# Machine Learning (CUDA)
+# Machine Learning - Linux x86_64 (CUDA)
########################################
-.ml-cuda:
+.ml-linux-x86_64-cuda:
variables:
- SPACK_CI_STACK_NAME: ml-cuda
+ SPACK_CI_STACK_NAME: ml-linux-x86_64-cuda
-.ml-cuda-generate:
- extends: .ml-cuda
+.ml-linux-x86_64-cuda-generate:
+ extends: .ml-linux-x86_64-cuda
image: ghcr.io/spack/e4s-amazonlinux-2:v2022-03-21
tags: ["spack", "aws", "public", "medium", "x86_64_v4"]
-ml-cuda-pr-generate:
- extends: [ ".ml-cuda-generate", ".pr-generate"]
+ml-linux-x86_64-cuda-pr-generate:
+ extends: [ ".ml-linux-x86_64-cuda-generate", ".pr-generate"]
-ml-cuda-protected-generate:
- extends: [ ".ml-cuda-generate", ".protected-generate"]
+ml-linux-x86_64-cuda-protected-generate:
+ extends: [ ".ml-linux-x86_64-cuda-generate", ".protected-generate"]
-ml-cuda-pr-build:
- extends: [ ".ml-cuda", ".pr-build" ]
+ml-linux-x86_64-cuda-pr-build:
+ extends: [ ".ml-linux-x86_64-cuda", ".pr-build" ]
trigger:
include:
- artifact: jobs_scratch_dir/cloud-ci-pipeline.yml
- job: ml-cuda-pr-generate
+ job: ml-linux-x86_64-cuda-pr-generate
strategy: depend
needs:
- artifacts: True
- job: ml-cuda-pr-generate
+ job: ml-linux-x86_64-cuda-pr-generate
-ml-cuda-protected-build:
- extends: [ ".ml-cuda", ".protected-build" ]
+ml-linux-x86_64-cuda-protected-build:
+ extends: [ ".ml-linux-x86_64-cuda", ".protected-build" ]
trigger:
include:
- artifact: jobs_scratch_dir/cloud-ci-pipeline.yml
- job: ml-cuda-protected-generate
+ job: ml-linux-x86_64-cuda-protected-generate
strategy: depend
needs:
- artifacts: True
- job: ml-cuda-protected-generate
+ job: ml-linux-x86_64-cuda-protected-generate
########################################
-# Machine Learning (ROCm)
+# Machine Learning - Linux x86_64 (ROCm)
########################################
-.ml-rocm:
+.ml-linux-x86_64-rocm:
variables:
- SPACK_CI_STACK_NAME: ml-rocm
+ SPACK_CI_STACK_NAME: ml-linux-x86_64-rocm
-.ml-rocm-generate:
- extends: .ml-rocm
+.ml-linux-x86_64-rocm-generate:
+ extends: .ml-linux-x86_64-rocm
image: ghcr.io/spack/e4s-amazonlinux-2:v2022-03-21
tags: ["spack", "aws", "public", "medium", "x86_64_v4"]
-ml-rocm-pr-generate:
- extends: [ ".ml-rocm-generate", ".pr-generate"]
+ml-linux-x86_64-rocm-pr-generate:
+ extends: [ ".ml-linux-x86_64-rocm-generate", ".pr-generate"]
-ml-rocm-protected-generate:
- extends: [ ".ml-rocm-generate", ".protected-generate"]
+ml-linux-x86_64-rocm-protected-generate:
+ extends: [ ".ml-linux-x86_64-rocm-generate", ".protected-generate"]
-ml-rocm-pr-build:
- extends: [ ".ml-rocm", ".pr-build" ]
+ml-linux-x86_64-rocm-pr-build:
+ extends: [ ".ml-linux-x86_64-rocm", ".pr-build" ]
trigger:
include:
- artifact: jobs_scratch_dir/cloud-ci-pipeline.yml
- job: ml-rocm-pr-generate
+ job: ml-linux-x86_64-rocm-pr-generate
strategy: depend
needs:
- artifacts: True
- job: ml-rocm-pr-generate
+ job: ml-linux-x86_64-rocm-pr-generate
-ml-rocm-protected-build:
- extends: [ ".ml-rocm", ".protected-build" ]
+ml-linux-x86_64-rocm-protected-build:
+ extends: [ ".ml-linux-x86_64-rocm", ".protected-build" ]
trigger:
include:
- artifact: jobs_scratch_dir/cloud-ci-pipeline.yml
- job: ml-rocm-protected-generate
+ job: ml-linux-x86_64-rocm-protected-generate
strategy: depend
needs:
- artifacts: True
- job: ml-rocm-protected-generate
+ job: ml-linux-x86_64-rocm-protected-generate