Merge "Fix some code description"

This commit is contained in:
Zuul 2018-04-30 22:43:23 +00:00 committed by Gerrit Code Review
commit 9ed9c9f510
2 changed files with 4 additions and 4 deletions

View File

@ -19,8 +19,8 @@ class DependentPipelineManager(PipelineManager):
"""PipelineManager for handling interrelated Changes.
The DependentPipelineManager puts Changes that share a Pipeline
into a shared :py:class:`~zuul.model.ChangeQueue`. It them processes them
using the Optmistic Branch Prediction logic with Nearest Non-Failing Item
into a shared :py:class:`~zuul.model.ChangeQueue`. It then processes them
using the Optimistic Branch Prediction logic with Nearest Non-Failing Item
reparenting algorithm for handling errors.
"""
changes_merge = True

View File

@ -263,7 +263,7 @@ class Pipeline(object):
class ChangeQueue(object):
"""A ChangeQueue contains Changes to be processed related projects.
"""A ChangeQueue contains Changes to be processed for related projects.
A Pipeline with a DependentPipelineManager has multiple parallel
ChangeQueues shared by different projects. For instance, there may a
@ -271,7 +271,7 @@ class ChangeQueue(object):
for independent project baz.
A Pipeline with an IndependentPipelineManager puts every Change into its
own ChangeQueue
own ChangeQueue.
The ChangeQueue Window is inspired by TCP windows and controlls how many
Changes in a given ChangeQueue will be considered active and ready to