summaryrefslogtreecommitdiff
path: root/doc/source/zuul.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/zuul.rst')
-rw-r--r--doc/source/zuul.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/zuul.rst b/doc/source/zuul.rst
index 2883253d5..7a10ca92a 100644
--- a/doc/source/zuul.rst
+++ b/doc/source/zuul.rst
@@ -569,6 +569,15 @@ explanation of each of the parameters::
well. To suppress this behavior (and allow jobs to continue
running), set this to ``false``. Default: ``true``.
+**ignore-dependencies**
+ In any kind of pipeline (dependent or independent), Zuul will
+ attempt to enqueue all dependencies ahead of the current change so
+ that they are tested together (independent pipelines report the
+ results of each change regardless of the results of changes ahead).
+ To ignore dependencies completely in an independent pipeline, set
+ this to ``true``. This option is ignored by dependent pipelines.
+ The default is: ``false``.
+
**success**
Describes where Zuul should report to if all the jobs complete
successfully.