Commit 59d9c2f
fix: status shown for combined instrumentation jobs
An accidental omission of the intended `omit_status=True` keyword
argument meant that for visualizations of the longest tests, where many
jobs are combined into a single bar (for performance reasons), the
status of the shortest such job was always being reported, instead of
not reporting any status like was intended (since there could be
variation amongst the combined jobs).
Signed-off-by: Alex Jones <alex.jones@lowrisc.org>1 parent 0f13466 commit 59d9c2f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
0 commit comments