Restart jobs behind a removed change.

Even though we're removing from (potentially) the middle of the
queue, restart jobs behind this change since the situation has
changed.

Change-Id: Iab44898bda07d991a3d4c53715bf7a04ff58c9d1
Reviewed-on: https://review.openstack.org/23038
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-02-26 14:36:58 -08:00 committed by Jenkins
parent c259232d04
commit 4b22c33f7e
1 changed files with 1 additions and 1 deletions

View File

@ -1191,7 +1191,7 @@ class DependentPipelineManager(BasePipelineManager):
# otherwise will not merge).
self.log.debug("Canceling builds behind change: %s because it is "
"being removed." % change)
self.cancelJobs(change, prime=False)
self.cancelJobs(change)
self.dequeueChange(change, keep_severed_heads=False)
def handleFailedChange(self, change):