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

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

Issue 2915663002: milo: open swarming tasks with wide logs (Closed)
Patch Set: Created 3 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
Index: milo/appengine/swarming/build.go
diff --git a/milo/appengine/swarming/build.go b/milo/appengine/swarming/build.go
index 88545fbd84b185af99dc3c4cb4d5d26b8145b73f..c2d9037f8073df2b297c4cc45f911129e593b764 100644
--- a/milo/appengine/swarming/build.go
+++ b/milo/appengine/swarming/build.go
@@ -731,7 +731,7 @@ func isAllowed(c context.Context, tags []string) bool {
// taskPageURL returns a URL to a human-consumable page of a swarming task.
// Supports server aliases.
func taskPageURL(swarmingHostname, taskID string) string {
- return fmt.Sprintf("https://%s/task?id=%s&show_raw=1", swarmingHostname, taskID)
+ return fmt.Sprintf("https://%s/task?id=%s&show_raw=1&wide_logs=true", swarmingHostname, taskID)
}
// botPageURL returns a URL to a human-consumable page of a swarming bot.
« no previous file with comments | « milo/appengine/frontend/expectations/swarming.build-build-unicode.html ('k') | milo/appengine/swarming/buildinfo_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698