mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
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.