diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2023-11-28 09:02:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 18:02:00 +0100 |
commit | 430b2dff5c9745c5005b6b18921f8fa91259263b (patch) | |
tree | 114f24021991322eaa772ce2215c4e3d780269a6 /share | |
parent | ef8e6a969c75185aa55a22ba4dbbd32d81d41f7c (diff) | |
download | spack-430b2dff5c9745c5005b6b18921f8fa91259263b.tar.gz spack-430b2dff5c9745c5005b6b18921f8fa91259263b.tar.bz2 spack-430b2dff5c9745c5005b6b18921f8fa91259263b.tar.xz spack-430b2dff5c9745c5005b6b18921f8fa91259263b.zip |
e4s ci: disable gpu test stack (#41296)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index e73c492c9f..0c3991efed 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -370,25 +370,25 @@ e4s-rocm-external-build: ######################################## # GPU Testing Pipeline ######################################## -.gpu-tests: - extends: [ ".linux_x86_64_v3" ] - variables: - SPACK_CI_STACK_NAME: gpu-tests +# .gpu-tests: +# extends: [ ".linux_x86_64_v3" ] +# variables: +# SPACK_CI_STACK_NAME: gpu-tests -gpu-tests-generate: - extends: [ ".gpu-tests", ".generate-x86_64"] - image: ghcr.io/spack/ubuntu20.04-runner-x86_64:2023-01-01 +# gpu-tests-generate: +# extends: [ ".gpu-tests", ".generate-x86_64"] +# image: ghcr.io/spack/ubuntu20.04-runner-x86_64:2023-01-01 -gpu-tests-build: - extends: [ ".gpu-tests", ".build" ] - trigger: - include: - - artifact: jobs_scratch_dir/cloud-ci-pipeline.yml - job: gpu-tests-generate - strategy: depend - needs: - - artifacts: True - job: gpu-tests-generate +# gpu-tests-build: +# extends: [ ".gpu-tests", ".build" ] +# trigger: +# include: +# - artifact: jobs_scratch_dir/cloud-ci-pipeline.yml +# job: gpu-tests-generate +# strategy: depend +# needs: +# - artifacts: True +# job: gpu-tests-generate ######################################## # E4S OneAPI Pipeline |