Skip to content

Commit

Permalink
e4s ci: disable gpu test stack (spack#41296)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneswalker authored Nov 28, 2023
1 parent ef8e6a9 commit 430b2df
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 430b2df

Please sign in to comment.