You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There used to be a table with a summary of boot results for each board in the SoC view. This got dropped as part of the transition to showing test results on the frontend: 11cccc0
The table used to have links to a view showing boot results on a per-device basis. Since there is no equivalent test view for single devices, there were no links to use in the table and it was dropped altogether.
However, having a table even without links is useful to know about the devices being tested from a given SoC. This is what this task is about. There should be at least the device type names, any potentially other kind of useful information if practical without making substantial changes.
Adding a view for per-device results could be done in principle, to reproduce a similar UI that was available with boot results, but that would add a lot of complexity and it would be better to work on a more flexible frontend with custom queries rather than starting to re-implement the myriad of specialised views we had for boots (16000 lines of code got removed...).
The text was updated successfully, but these errors were encountered:
There used to be a table with a summary of boot results for each board in the SoC view. This got dropped as part of the transition to showing test results on the frontend: 11cccc0
The table used to have links to a view showing boot results on a per-device basis. Since there is no equivalent test view for single devices, there were no links to use in the table and it was dropped altogether.
However, having a table even without links is useful to know about the devices being tested from a given SoC. This is what this task is about. There should be at least the device type names, any potentially other kind of useful information if practical without making substantial changes.
Adding a view for per-device results could be done in principle, to reproduce a similar UI that was available with boot results, but that would add a lot of complexity and it would be better to work on a more flexible frontend with custom queries rather than starting to re-implement the myriad of specialised views we had for boots (16000 lines of code got removed...).
The text was updated successfully, but these errors were encountered: