diff options
author | Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | 2023-09-12 11:09:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 11:09:25 -0700 |
commit | c10ff27600f30c05b6d81fa0c0abdd851c027922 (patch) | |
tree | 853585eb8d3cc28d31f867acd9ef59d6dd9dbb54 /share | |
parent | 9056f31f11450f004716dfa950231163cd20ab24 (diff) | |
download | spack-c10ff27600f30c05b6d81fa0c0abdd851c027922.tar.gz spack-c10ff27600f30c05b6d81fa0c0abdd851c027922.tar.bz2 spack-c10ff27600f30c05b6d81fa0c0abdd851c027922.tar.xz spack-c10ff27600f30c05b6d81fa0c0abdd851c027922.zip |
CI/Add superlu-dist to broken stand-alone tests due to hang (#38908)
* Add superlu-dist to broken stand-alone CI tests
* Revert "disable superlu test (#38894)"
This reverts commit e16397b5d865d402c749482d05bb2bdc09b96661.
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/configs/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml index efa1d389c3..2973d1d799 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml @@ -3,6 +3,7 @@ ci: broken-tests-packages: - gptune + - superlu-dist # srun -n 4 hangs broken-specs-url: "https://dummy.io" # s3://spack-binaries/broken-specs" |