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

Unified Diff: golden/go/skiacorrectness/main.go

Issue 1940743002: Migrate trybot support Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 8 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 | « no previous file | golden/newui/res/imp/testdata.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: golden/go/skiacorrectness/main.go
diff --git a/golden/go/skiacorrectness/main.go b/golden/go/skiacorrectness/main.go
index 723c33243e0f308150389095d87750cd6fb6f27a..6ef7bbe5890ea3ba07e6c8dbafebacbaa8bdcda1 100644
--- a/golden/go/skiacorrectness/main.go
+++ b/golden/go/skiacorrectness/main.go
@@ -453,6 +453,7 @@ func main() {
router.HandleFunc("/json/ignores/save/{id}", jsonIgnoresUpdateHandler).Methods("POST")
router.HandleFunc("/json/triage", jsonTriageHandler).Methods("POST")
router.HandleFunc("/json/clusterdiff", jsonClusterDiffHandler).Methods("GET")
+ router.HandleFunc("/json/trybot", listTrybotsJSONHandler).Methods("GET")
// For everything else serve the same markup.
indexFile := *resourcesDir + "/index.html"
« no previous file with comments | « no previous file | golden/newui/res/imp/testdata.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698