reframe
reframe copied to clipboard
Add a pipeline stage that is executed independently of the build/run result
This would be useful if we need to do some cleanup action regardless of the build/run status. E.g remove some temporary directory created outside of the stage dir.
I think that this could be addressed by fixtures, where the creation of the temp directory could be a fixture.