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

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

Issue 2797373003: Milo: Fix logdog links (Closed)
Patch Set: Invert logic instead Created 3 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 | no next file » | no next file with comments »
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 b34a9202dbe3eeb3dd975448e160e87ce97b7f61..289b53592dbd5f3146e9d0fa95120449cf5a1416 100644
--- a/milo/appengine/buildbot/build.go
+++ b/milo/appengine/buildbot/build.go
@@ -607,7 +607,7 @@ func promoteLogDogLinks(s *buildbotStep, isInitialStep bool, linkMap map[string]
// Any link named "logdog" (Annotee cosmetic implementation detail) will
// inherit the name of the original log.
- if !isLog {
+ if isLog {
if aliasStepLog.label == "logdog" {
aliasStepLog.label = sl.label
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698