mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-22 04:49:00 +00:00
command/process: write job_output result
Write job_output result to make sure the serialized version gets updated.
This commit is contained in:
parent
bcbde9a197
commit
21784d1351
@ -123,6 +123,8 @@ class ProcessCommand(Command):
|
|||||||
pm.process_job_output(pc)
|
pm.process_job_output(pc)
|
||||||
pm.export_job_output(pc)
|
pm.export_job_output(pc)
|
||||||
|
|
||||||
|
job_output.write_result()
|
||||||
|
|
||||||
pm.enable_all()
|
pm.enable_all()
|
||||||
if not args.force:
|
if not args.force:
|
||||||
for augmentation in run_output.augmentations:
|
for augmentation in run_output.augmentations:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user