idaholab / civet

Continuous Integration, Verification, Enhancement, and Testing
Apache License 2.0
35 stars 14 forks source link

Add `--cleanup-command` #579

Closed loganharbour closed 6 months ago

loganharbour commented 6 months ago

Add a --cleanup-command option that allows an insertion point for running an extra command when cleaning up (before starting a job, finishing a job, etc). This is particularly useful for doing extra cleanup (other than just removing the build root) for HPC clients.