summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-31 23:40:06 +0000
committerGerrit Code Review <review@openstack.org>2022-08-31 23:40:06 +0000
commitea27f7a12424be833e42d580d1ba78d15f37c85d (patch)
tree192d83a206186d4b5ed8172a6ec682cb4f3727eb /doc
parent20e89b83cc255750fc771191c477f5c53fa5ff25 (diff)
parent5ac9367b25f72f5240a4afb11fd1b242378207a8 (diff)
downloadzuul-ea27f7a12424be833e42d580d1ba78d15f37c85d.tar.gz
Merge "Add config-error reporter and report config errors to DB"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/config/pipeline.rst13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/source/config/pipeline.rst b/doc/source/config/pipeline.rst
index f1c294775..f4d7cce69 100644
--- a/doc/source/config/pipeline.rst
+++ b/doc/source/config/pipeline.rst
@@ -332,9 +332,16 @@ success, the pipeline reports back to Gerrit with ``Verified`` vote of
.. attr:: merge-conflict
These reporters describe what Zuul should do if it is unable to
- merge in the patchset. If no merge-conflict reporters are listed
- then the ``failure`` reporters will be used to notify of
- unsuccessful merges.
+ merge the patchset into the current state of the target
+ branch. If no merge-conflict reporters are listed then the
+ ``failure`` reporters will be used.
+
+ .. attr:: config-error
+
+ These reporters describe what Zuul should do if it encounters a
+ configuration error while trying to enqueue the item. If no
+ config-error reporters are listed then the ``failure`` reporters
+ will be used.
.. attr:: enqueue