Skip to content

Commit

Permalink
CI: remove ML ROCm stack (#43825)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Apr 25, 2024
1 parent 8b10641 commit 1cae129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 118 deletions.
27 changes: 2 additions & 25 deletions share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
Expand Up @@ -761,32 +761,9 @@ ml-linux-x86_64-cuda-build:
- artifacts: True
job: ml-linux-x86_64-cuda-generate

########################################
# Machine Learning - Linux x86_64 (ROCm)
########################################
.ml-linux-x86_64-rocm:
extends: [ ".linux_x86_64_v3" ]
variables:
SPACK_CI_STACK_NAME: ml-linux-x86_64-rocm

ml-linux-x86_64-rocm-generate:
extends: [ ".generate-x86_64", .ml-linux-x86_64-rocm, ".tags-x86_64_v4" ]
image: ghcr.io/spack/linux-ubuntu22.04-x86_64_v2:v2024-01-29

ml-linux-x86_64-rocm-build:
extends: [ ".build", ".ml-linux-x86_64-rocm" ]
trigger:
include:
- artifact: jobs_scratch_dir/cloud-ci-pipeline.yml
job: ml-linux-x86_64-rocm-generate
strategy: depend
needs:
- artifacts: True
job: ml-linux-x86_64-rocm-generate

########################################
#########################################
# Machine Learning - Darwin aarch64 (MPS)
########################################
#########################################
.ml-darwin-aarch64-mps:
extends: [".darwin_aarch64"]
variables:
Expand Down

This file was deleted.

0 comments on commit 1cae129

Please sign in to comment.