mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 19:32:34 +01:00
Invoking workload finalizers at the end of the run.
This commit is contained in:
@@ -626,6 +626,10 @@ class Runner(object):
|
|||||||
self.context.end_job()
|
self.context.end_job()
|
||||||
|
|
||||||
def _finalize_run(self):
|
def _finalize_run(self):
|
||||||
|
self.logger.info('Finalizing workloads')
|
||||||
|
for workload_spec in self.context.config.workload_specs:
|
||||||
|
workload_spec.workload.finalize(self.context)
|
||||||
|
|
||||||
self.logger.info('Finalizing.')
|
self.logger.info('Finalizing.')
|
||||||
self._send(signal.RUN_FIN)
|
self._send(signal.RUN_FIN)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user