Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: go/src/infra/monitoring/messages/gatekeeper.go

Issue 1125263004: dispatcher: fix test result parsing, build ranges for failure alerts, other fixes (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fixed typo in comments Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/src/infra/monitoring/messages/alerts.go ('k') | go/src/infra/monitoring/messages/testresults.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/monitoring/messages/gatekeeper.go
diff --git a/go/src/infra/monitoring/messages/gatekeeper.go b/go/src/infra/monitoring/messages/gatekeeper.go
index 8cc8d41b5d731883c6f2e52994d591a08a4208e1..8ba9eca0fdd1a6a9e66fc65b9c642ee6c848b383 100644
--- a/go/src/infra/monitoring/messages/gatekeeper.go
+++ b/go/src/infra/monitoring/messages/gatekeeper.go
@@ -27,3 +27,9 @@ type BuilderConfig struct {
ClosingSteps []string `json:"closing_steps"`
ClosingOptional []string `json:"closing_optional"`
}
+
+// TreeMasterConfig is a named group of masters. e.g. chromium, or blink.
+type TreeMasterConfig struct {
+ BuildDB string `json:"build-db"`
+ Masters []string `json:"masters"`
+}
« no previous file with comments | « go/src/infra/monitoring/messages/alerts.go ('k') | go/src/infra/monitoring/messages/testresults.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698