You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We run out of disk space on avatargpu, since the nightly regression tests leave their plotfiles in my home directory. This causes all the GPU tests to fail.
To Reproduce
Steps to reproduce the behavior:
Let the regression tests run for a few weeks.
Observe the GPU CI tests to fail with a disk quota error.
### Description
This runs the regression testing Python script with the
`--clean_testdir` option, which deletes the test output directory after
a given test passes.
### Related issues
#764
### Checklist
_Before this pull request can be reviewed, all of these tasks should be
completed. Denote completed tasks with an `x` inside the square brackets
`[ ]` in the Markdown source below:_
- [x] I have added a description (see above).
- [x] I have added a link to any related issues see (see above).
- [x] I have read the [Contributing
Guide](https://github.com/quokka-astro/quokka/blob/development/CONTRIBUTING.md).
- [ ] I have added tests for any new physics that this PR adds to the
code.
- [ ] I have tested this PR on my local computer and all tests pass.
- [ ] I have manually triggered the GPU tests with the magic comment
`/azp run`.
- [ ] I have requested a reviewer for this PR.
Describe the bug
We run out of disk space on avatargpu, since the nightly regression tests leave their plotfiles in my home directory. This causes all the GPU tests to fail.
To Reproduce
Steps to reproduce the behavior:
Additional context
This should be fixed using this option in the regression testing framework: AMReX-Codes/regression_testing#146
The text was updated successfully, but these errors were encountered: