hpc / pavilion2

Pavilion is a Python 3 (3.5+) based framework for running and analyzing tests targeting HPC systems.
https://pavilion2.readthedocs.io/
Other
44 stars 20 forks source link

Cross User Cancellation #743

Closed Paul-Ferrell closed 8 months ago

Paul-Ferrell commented 8 months ago

Suites and tests should periodically look for a 'CANCELLED' file, which should be placed by their 'cancel()' method. I think tests already do this - it should be added for series as well.

Cancelling a series or test should be doable by any user with write access to the working directories.

Paul-Ferrell commented 8 months ago

duplicate