aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/global-macros.yaml
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-02-15 11:51:12 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-02-15 11:51:12 +0100
commit43fcb64f964a2e4e6d71fd5ef528b7f57826772c (patch)
tree61e7a41d9f97880c93ede9b43ebae3d58ce5f2bc /jjb/global-macros.yaml
parent5144707e89a43e06fa4b9fcfb9069d0af4b765a8 (diff)
Rework trigger and macro
Change-Id: I50b3294345b4a6838da8f58658245bb7567347f8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/global-macros.yaml')
-rw-r--r--jjb/global-macros.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml
index c9fc7b81..22a2e737 100644
--- a/jjb/global-macros.yaml
+++ b/jjb/global-macros.yaml
@@ -106,6 +106,44 @@
branch-pattern: '**/{branch}'
- trigger:
+ name: gerrit-trigger-patch-submitted-manual-verified
+ triggers:
+ - gerrit:
+ server-name: 'gerrit.automotivelinux.org'
+ trigger-on:
+ - patchset-created-event:
+ exclude-drafts: 'false'
+ exclude-trivial-rebase: 'false'
+ exclude-no-code-change: 'true'
+ - draft-published-event
+ - comment-added-contains-event:
+ comment-contains-value: 'recheck'
+ - comment-added-contains-event:
+ comment-contains-value: 'rebuild'
+ - comment-added-contains-event:
+ comment-contains-value: 'reverify'
+ - comment-added-contains-event:
+ comment-contains-value: 'RECHECK'
+ - comment-added-contains-event:
+ comment-contains-value: 'REBUILD'
+ - comment-added-contains-event:
+ comment-contains-value: 'REVERIFY'
+ projects:
+ - project-compare-type: 'ANT'
+ project-pattern: '{name}'
+ branches:
+ - branch-compare-type: 'ANT'
+ branch-pattern: '**/{branch}'
+ gerrit-build-started-verified-value: 0
+ gerrit-build-successful-verified-value: 1
+ gerrit-build-failed-verified-value: 0
+ skip-vote:
+ successful: true
+ failed: true
+ unstable: true
+ notbuilt: true
+
+- trigger:
name: gerrit-trigger-patch-submitted-silent
triggers:
- gerrit: