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

Unified Diff: milo/buildsource/swarming/html_data.go

Issue 2975023002: [milo] remove linkBase and calculate links directly. (Closed)
Patch Set: common url base 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/buildsource/swarming/html.go ('k') | milo/frontend/expectations/swarming.build-build-canceled.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/buildsource/swarming/html_data.go
diff --git a/milo/buildsource/swarming/html_data.go b/milo/buildsource/swarming/html_data.go
index 70b19c419a5a0e939fd925b7ebe1a7985929b112..1d7c55977becf3b545c6c8947cc8dc6fe8d65637 100644
--- a/milo/buildsource/swarming/html_data.go
+++ b/milo/buildsource/swarming/html_data.go
@@ -267,7 +267,7 @@ func BuildTestData(swarmingRelDir string) []common.TestBundle {
logDogClientFunc: logDogClientFunc(tc),
}
- build, err := bl.SwarmingBuildImpl(c, svc, "foo", tc.name)
+ build, err := bl.SwarmingBuildImpl(c, svc, tc.name)
if err != nil {
panic(fmt.Errorf("Error while processing %s: %s", tc.name, err))
}
« no previous file with comments | « milo/buildsource/swarming/html.go ('k') | milo/frontend/expectations/swarming.build-build-canceled.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698