reframe icon indicating copy to clipboard operation
reframe copied to clipboard

Add a pipeline stage that is executed independently of the build/run result

Open teojgo opened this issue 3 years ago • 1 comments

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.

teojgo avatar Jul 20 '21 14:07 teojgo

I think that this could be addressed by fixtures, where the creation of the temp directory could be a fixture.

vkarak avatar Jul 20 '21 14:07 vkarak