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

Unified Diff: milo/appengine/buildbot/build.go

Issue 2765383002: Milo: Move instance configuration to luci-config (Closed)
Patch Set: Created 3 years, 9 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 | milo/appengine/buildbot/build_test.go » ('j') | milo/appengine/buildbot/pubsub.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/buildbot/build.go
diff --git a/milo/appengine/buildbot/build.go b/milo/appengine/buildbot/build.go
index c6f7e0c977bd902aaa08dbc5e956b1119dfebc83..4745c78497cb4b481a80a840e41e0a03cf54050b 100644
--- a/milo/appengine/buildbot/build.go
+++ b/milo/appengine/buildbot/build.go
@@ -143,7 +143,6 @@ func summary(c context.Context, b *buildbotBuild) resp.BuildComponent {
}
source := &resp.Link{
Label: fmt.Sprintf("%s/%s/%d", b.Master, b.Buildername, b.Number),
- // TODO(hinoka): Internal builds.
URL: fmt.Sprintf(
"https://%s/%s/builders/%s/builds/%d",
host, b.Master, b.Buildername, b.Number),
« no previous file with comments | « no previous file | milo/appengine/buildbot/build_test.go » ('j') | milo/appengine/buildbot/pubsub.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698