commit | f1bdfbe5679da9fc895f8172867f7e557476c5f6 | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@nexantic.com> | Thu May 26 22:43:42 2022 +0200 |
committer | Leopold Schabel <leo@monogon.tech> | Fri May 27 08:48:35 2022 +0000 |
tree | 105ff0bb1da3db8dfa5934069d5e9ccef604df62 | |
parent | 619029b4ec9b2908baf8f873b34ba4800738f12d [diff] [blame] |
build/ci: vote on Verified label See internal discussion: https://monogon.discourse.team/t/replacing-prolog-rules-by-submit-requirements/41/5 Change-Id: Id68b7153cb0ec4018ab95222cf659a79f01ef291 Reviewed-on: https://review.monogon.dev/c/monogon/+/746 Tested-by: Jenkins CI Reviewed-by: Sergiusz Bazanski <serge@monogon.tech>
diff --git a/build/ci/jenkins-presubmit.groovy b/build/ci/jenkins-presubmit.groovy index 37278ba..ccb75d0 100644 --- a/build/ci/jenkins-presubmit.groovy +++ b/build/ci/jenkins-presubmit.groovy
@@ -74,6 +74,15 @@ } } } + + post { + success { + gerritReview labels: [Verified: 1] + } + unsuccessful { + gerritReview labels: [Verified: -1] + } + } } } }