diff options
author | AcriusWinter <152348900+AcriusWinter@users.noreply.github.com> | 2024-09-09 18:21:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 15:21:55 -0700 |
commit | dc853b2cf411a245d8611284a7cca84c57f96327 (patch) | |
tree | 8e144ce83ae0ef30ee3a556fd3cd3d917e38e8df /share | |
parent | 69b628a3f0f6e6f3f2a624287e7b3d6649669a89 (diff) | |
download | spack-dc853b2cf411a245d8611284a7cca84c57f96327.tar.gz spack-dc853b2cf411a245d8611284a7cca84c57f96327.tar.bz2 spack-dc853b2cf411a245d8611284a7cca84c57f96327.tar.xz spack-dc853b2cf411a245d8611284a7cca84c57f96327.zip |
gptune: new test API (#45383)
* gptune: new test API
* gptune: cleanup; finish API changes; separate unrelated test parts
* gptune: standalone test cleanup with timeout constraints
* gptune: ensure stand-alone test bash failures terminate; enable in CI
* gptune: add directory to terminate_bash_failures
* gptune/stand-alone tests: use satisifes for checking variants
---------
Co-authored-by: Tamara Dahlgren <dahlgren1@llnl.gov>
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/configs/ci.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml index 5f34beb2c5..722d7ef6cd 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/ci.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/ci.yaml @@ -2,7 +2,6 @@ ci: target: gitlab broken-tests-packages: - - gptune - superlu-dist # srun -n 4 hangs - papyrus |