-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/coordinator/internal/dashboard: add LUCI build result support
Make some progress on the dashboard v2 package, which is cleaner¹ and easier to prototype changes in compared to the original legacydash v1 package. Notably, add support for displaying failing test results and noise results (e.g., a LUCI build with INFRA_FAILURE status). For golang/go#65913. ¹ In large part this is due to it being focused on displaying results only; it doesn't handle receiving build results and writing them to Datastore as legacydash v1 does. Change-Id: I2f0032a275dc8d41af81865dd6ec1f0ea9ef7997 Reviewed-on: https://go-review.googlesource.com/c/build/+/567576 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
- Loading branch information
Showing
5 changed files
with
169 additions
and
50 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
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
Oops, something went wrong.