summaryrefslogtreecommitdiff
path: root/zuul/manager/independent.py
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2016-10-14 16:27:34 -0400
committerPaul Belanger <pabelanger@redhat.com>2016-11-09 10:41:31 -0500
commit15e3e20936ddc2ae58f73e6be86a327be45c4373 (patch)
tree6e74012e73bd694ea8ac8c2524bfb532f5be322e /zuul/manager/independent.py
parent2e2a0496cc005a5480034d6ece415ad56f7f75e0 (diff)
downloadzuul-15e3e20936ddc2ae58f73e6be86a327be45c4373.tar.gz
Re-enable test_nonvoting_pipeline
Here we enabled our nonvoting pipeline test again. It seems we also needed to create a check pipeline noop job, otherwise our pipeline queues (for check) would not be empty. Change-Id: I1269e8de632f847dbacbde187d609bbab1ac8179 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'zuul/manager/independent.py')
-rw-r--r--zuul/manager/independent.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/zuul/manager/independent.py b/zuul/manager/independent.py
index d3b6b0ddc..3d28327f0 100644
--- a/zuul/manager/independent.py
+++ b/zuul/manager/independent.py
@@ -29,8 +29,6 @@ class IndependentPipelineManager(PipelineManager):
# creates a new change queue for every change
if existing:
return DynamicChangeQueueContextManager(existing)
- if change.project not in self.pipeline.getProjects():
- self.pipeline.addProject(change.project)
change_queue = model.ChangeQueue(self.pipeline)
change_queue.addProject(change.project)
self.pipeline.addQueue(change_queue)