mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
3ecc46b662
Ensure the serialized state gets written out in case of early abort (before the run has been fully initialized and job execution has started), and that the appropriate final output is generated. This requires that ExecutionContext is created much earlier (in order for postamble to be possible), and that KeyboardInteruptException is caught and handled properly by the Executor.