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

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

Issue 2446273005: Milo: Fix issues with expiring builds due to builder disappearing (Closed)
Patch Set: Created 4 years, 2 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/pubsub.go
diff --git a/milo/appengine/buildbot/pubsub.go b/milo/appengine/buildbot/pubsub.go
index ad6a63cd588d61eae96ca86f239ce3ad1bf779fe..afd24d9f6215bff0a3e876e006acbed6d1b27d26 100644
--- a/milo/appengine/buildbot/pubsub.go
+++ b/milo/appengine/buildbot/pubsub.go
@@ -237,6 +237,7 @@ func doMaster(c context.Context, master *buildbotMaster, internal bool) int {
logging.WithError(err).Errorf(c, "Could not expire build")
return 500
}
+ continue
hinoka 2016/10/27 01:31:22 Continue because we're done with this build
}
found := false
« 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