Chromium Code Reviews| 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 |