diff options
author | Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | 2021-08-16 00:28:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 09:28:44 +0200 |
commit | 2ccbc00fd9565d1caba88468d1f56e19ca16e5bf (patch) | |
tree | 937032ef906b5bb42291e871bfc503c142345b72 | |
parent | 51a22d5db7ae9635742e11923e9e19e101a553f9 (diff) | |
download | spack-2ccbc00fd9565d1caba88468d1f56e19ca16e5bf.tar.gz spack-2ccbc00fd9565d1caba88468d1f56e19ca16e5bf.tar.bz2 spack-2ccbc00fd9565d1caba88468d1f56e19ca16e5bf.tar.xz spack-2ccbc00fd9565d1caba88468d1f56e19ca16e5bf.zip |
Second pass at increasing RADIUSS cloud CI packages (#25321)
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/radiuss/spack.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/radiuss/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/radiuss/spack.yaml index e5b336183e..2cde6ea6ee 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/radiuss/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/radiuss/spack.yaml @@ -27,25 +27,25 @@ spack: - axom - blt - caliper - #- care - #- chai + #- care ## ~benchmarks ~examples ~tests + #- chai ## ~benchmarks ~examples ~tests - conduit # ^hdf5+shared - flux-core #- flux-sched - #- glvis # ^mesa-glu@9.0.0 ^mesa18~llvm + #- glvis # ^mesa-glu@9.0.0 ^mesa18~llvm # same issue w/chai - hypre - lbann - #- lvarray # ^raja~openmp # per Ben Corbett Issue #23192 + - lvarray ~tests # per Spack issue #23192 # ~examples - mfem - py-hatchet - py-maestrowf - py-merlin - py-shroud - #- raja + - raja # ~examples # ~tests - samrai - scr - sundials - #- umpire #~openmp + - umpire # ~openmp #- visit # ^mesa-glu@9.0.0 - xbraid - zfp @@ -71,7 +71,7 @@ spack: - match: [ascent, axom, sundials, umpire, vtk-h, vtk-m] runner-attributes: tags: ["spack", "public", "xlarge", "x86_64"] - - match: ['@:'] + - match: ['os=ubuntu18.04'] runner-attributes: tags: ["spack", "public", "large", "x86_64"] temporary-storage-url-prefix: "s3://spack-binaries-prs/pipeline-storage" |