-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Web UI gating summary: account for 'running' tests
We can distinguish between results that are completely missing, and cases where we know the test is queued or running (here, we just flatten that to 'running' for simplicity). Take advantage of this to generate a more useful and detailed gating status summary, when the information is available. This should also prevent us duplicating running test results in the result table, which right now I believe we would do in any case where queued/running test info is available. With this change, we only create an ABSENT row for results that are truly missing. Signed-off-by: Adam Williamson <[email protected]> (cherry picked from commit 6eea927)
- Loading branch information
1 parent
556fdbf
commit 62e9f43
Showing
2 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The automated tests tab will now display information about `queued` and `running` tests |