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

Unified Diff: milo/frontend/main.go

Issue 2955223002: Milo: Buildbucket PubSub ingestion outline (Closed)
Patch Set: rebase Created 3 years, 5 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 | « milo/frontend/config.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/main.go
diff --git a/milo/frontend/main.go b/milo/frontend/main.go
index 618a8fe9a3c2c20b9e35400caae67a89dadacd1d..be9cc766ee4d0725a4dc5f0e30801b876a2cf462 100644
--- a/milo/frontend/main.go
+++ b/milo/frontend/main.go
@@ -67,6 +67,7 @@ func Run(templatePath string) {
// PubSub subscription endpoints.
r.POST("/_ah/push-handlers/buildbot", basemw, buildbot.PubSubHandler)
+ r.POST("/_ah/push-handlers/buildbucket", basemw, buildbucket.PubSubHandler)
// pRPC style endpoints.
api := prpc.Server{
« no previous file with comments | « milo/frontend/config.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698