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

Unified Diff: scheduler/appengine/task/buildbucket/buildbucket.go

Issue 2929703002: [api] Regenerate remote APIs. (Closed)
Patch Set: fix Created 3 years, 6 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/appengine/buildbucket/common.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scheduler/appengine/task/buildbucket/buildbucket.go
diff --git a/scheduler/appengine/task/buildbucket/buildbucket.go b/scheduler/appengine/task/buildbucket/buildbucket.go
index 80158cf26c99a528017b3296f3e67ab4ccd45cc3..48e7a731fa5d065c045ca9f359c9ca40207f1655 100644
--- a/scheduler/appengine/task/buildbucket/buildbucket.go
+++ b/scheduler/appengine/task/buildbucket/buildbucket.go
@@ -353,7 +353,7 @@ func (m TaskManager) checkBuildStatus(c context.Context, ctl task.Controller) er
// handleBuildResult processes buildbucket results message updating the state
// of the invocation.
-func (m TaskManager) handleBuildResult(c context.Context, ctl task.Controller, r *buildbucket.ApiBuildMessage) {
+func (m TaskManager) handleBuildResult(c context.Context, ctl task.Controller, r *buildbucket.ApiCommonBuildMessage) {
ctl.DebugLog(
"Build %d: status %q, result %q, failure_reason %q, cancelation_reason %q",
r.Id, r.Status, r.Result, r.FailureReason, r.CancelationReason)
« no previous file with comments | « milo/appengine/buildbucket/common.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698