mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
61f4656bf9
We currently populate results_so_far with a JobOutput for each Job and then a Result for the RunOutput. This results in a bug when trying to access the id/label/iteration. This is fixed by always ensuring the we store Output objects and not Results (results_so_far is renamed to outputs_so_far to reflect this), and treating the RunOutput specially in _write_outputs.