Add post-review pipeline reporting

Without explicit success/failure elements jobs are not reporting back to
Gerrit. Extend reporting similarly to other trird-party pipelines.

Change-Id: I51753ca690315aa0b9c2f29d8c2a78f44cf285c1
This commit is contained in:
Artem Goncharov 2023-03-15 11:34:34 +01:00
parent aefd356564
commit fd2b1e2f2f
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,10 @@
- event: comment-added
approval:
- Allow-Post-Review: 1
failure:
gerrit: {}
success:
gerrit: {}
# Require all changes enqueued to this pipeline originate from Gerrit
# including those used as depends on. This ensures the requirement defined
# above is always set.