ci: remove unmaintained, inactive gpu-tests stack (#48166)

This commit is contained in:
eugeneswalker 2024-12-18 03:40:20 -08:00 committed by GitHub
parent 2b85b706f1
commit 4af8fbeddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 97 deletions

View File

@ -329,29 +329,6 @@ e4s-rocm-external-build:
- artifacts: True - artifacts: True
job: e4s-rocm-external-generate job: e4s-rocm-external-generate
########################################
# GPU Testing Pipeline
########################################
# .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-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 # E4S OneAPI Pipeline
######################################## ########################################

View File

@ -1,74 +0,0 @@
spack:
view: false
packages:
all:
compiler: [gcc@11.1.0]
providers:
blas: [openblas]
mpi: [mpich]
require: target=x86_64_v3
variants: +mpi amdgpu_target=gfx90a cuda_arch=80
tbb:
require: "intel-tbb"
binutils:
variants: +ld +gold +headers +libiberty ~nls
boost:
variants: +python +filesystem +iostreams +system
elfutils:
variants: ~nls
hdf5:
variants: +fortran +hl +shared
libfabric:
variants: fabrics=sockets,tcp,udp,rxm
libunwind:
variants: +pic +xz
mpich:
variants: ~wrapperrpath
ncurses:
variants: +termlib
openblas:
variants: threads=openmp
paraview:
# Don't build GUI support or GLX rendering for HPC/container deployments
require: "@5.11 ~qt ^[virtuals=gl] osmesa"
trilinos:
require: +amesos +amesos2 +anasazi +aztec +boost +epetra +epetraext
+ifpack +intrepid +intrepid2 +isorropia +kokkos +ml +minitensor +muelu
+nox +piro +phalanx +rol +rythmos +sacado +stk +shards +shylu +stratimikos
+teko +tempus +tpetra +trilinoscouplings +zoltan +zoltan2 +superlu-dist gotype=long_long
xz:
variants: +pic
mesa:
version: [21.3.8]
specs:
- kokkos +rocm amdgpu_target=gfx90a
- raja +cuda cuda_arch=80 ^cuda@12.0.0
# FAILURES
# - kokkos +wrapper +cuda cuda_arch=80 ^cuda@12.0.0 # https://github.com/spack/spack/issues/35378
ci:
pipeline-gen:
- build-job:
image: ghcr.io/spack/ubuntu20.04-runner-x86_64:2023-01-01
- match_behavior: first
submapping:
- match:
- kokkos +rocm amdgpu_target=gfx90a
build-job-remove:
tags: [ "x86_64", "x86_64_v3" ]
build-job:
tags: [ "x86_64_v3-rocm", "rocm-5.4.0", "mi210" ]
- match:
- kokkos +cuda cuda_arch=80 ^cuda@12.0.0
- raja +cuda cuda_arch=80 ^cuda@12.0.0
build-job-remove:
tags: [ "x86_64", "x86_64_v3" ]
build-job:
tags: [ "x86_64_v3-cuda", "nvidia-525.85.12", "cuda-12.0", "a100" ]
cdash:
build-group: GPU Testing