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

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

Issue 2964143002: Buildbucket: Save buildbucket build info and summary on pubsub push (Closed)
Patch Set: nits 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') | no next file » | 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 a92ebee892de97326c5f21a144cc8ae19d4ddd1c..70b19c419a5a0e939fd925b7ebe1a7985929b112 100644
--- a/milo/buildsource/swarming/html_data.go
+++ b/milo/buildsource/swarming/html_data.go
@@ -263,11 +263,11 @@ func BuildTestData(swarmingRelDir string) []common.TestBundle {
for _, tc := range getTestCases(swarmingRelDir) {
svc := debugSwarmingService{tc}
- bl := buildLoader{
+ bl := BuildLoader{
logDogClientFunc: logDogClientFunc(tc),
}
- build, err := bl.swarmingBuildImpl(c, svc, "foo", tc.name)
+ build, err := bl.SwarmingBuildImpl(c, svc, "foo", 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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698