kernelci / dashboard

KernelCI web dashboard
1 stars 2 forks source link

Tree Details Page [execution list]: add hover in status column in the table header #233

Closed joaobertacchi closed 1 week ago

joaobertacchi commented 2 weeks ago

Add a (?) question mark right to the Status label in the execution list for Boots and Tests tabs.

Message for the Builds List table:

Success - builds completed successfully
Failed - builds failed
Inconclusive - builds with unknown status, including ongoing builds that didn't finish yet.

Message for the Boots List table:

Success - boots with PASS status
Failed - boots with FAIL status
Inconclusive - boot concluded with inconclusive results such as infrastructure errors.

Inconclusive groups boots with ERROR, MISS, SKIP, DONE and unknown statuses defined by KCIDB.

Message for the Tests List table:

Success - tests with PASS status
Failed - tests with FAIL status
Inconclusive - test concluded with inconclusive results such as infrastructure errors.

Inconclusive groups tests with ERROR, MISS, SKIP, DONE and unknown statuses defined by KCIDB.
tales-aparecida commented 2 weeks ago

FYI Tests might also have unknown (null) status

padovan commented 2 weeks ago

For builds:

Success - builds completed successfully
Failed - builds failed
Inconclusive - builds with unknown status, including ongoing builds that didn't finish yet.

For boots

Success - boots with PASS status
Failed - boots with FAIL status
Inconclusive - boot test concluded with inconclusive results such as infrastructure errors.

Inconclusive groups boots with ERROR, MISS, SKIP and DONE statuses defined by KCIDB.

For tests I'd add do the same as I did for boots.