Docs: CPD between non-shared-queue changes

Expand on the note about cross-project dependencies between changes
which do not share a change queue, making it clear that depending
changes won't be automatically enqueued once their dependency
conditions are satisfied.

Change-Id: I5e0096b2390ee7e4101e3c0abf0a2402b45383ff
This commit is contained in:
Jeremy Stanley 2020-05-27 15:30:43 +00:00
parent ccfeb49fcc
commit 16014cd0fa
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
~~~~~~~~~~~~~~~~~~~~