Merge "Docs: CPD between non-shared-queue changes"

This commit is contained in:
Zuul 2020-05-28 17:55:53 +00:00 committed by Gerrit Code Review
commit ba94d07e8a
1 changed files with 5 additions and 1 deletions

View File

@ -303,7 +303,11 @@ it will not be possible for A to merge until B does.
If changes with cross-project dependencies do not share a change
queue then Zuul is unable to enqueue them together, and the first
will be required to merge before the second is enqueued.
will be required to merge before the second can be enqueued. If the
second change is approved before the first is merged, Zuul can't act
on the approval and won't automatically enqueue the second change,
requiring a new approval event to enqueue it after the first change
merges.
Independent Pipeline
~~~~~~~~~~~~~~~~~~~~