From: Ed Kern Date: Wed, 24 Jan 2018 21:50:12 +0000 (-0700) Subject: VPP stop verify runs without code change or trivial rebase X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=e39e3d2d80208df8ab2ea122065b3ab67074cca6;p=ci-management.git VPP stop verify runs without code change or trivial rebase Change-Id: I6b42b128446e2e33f3b49d4b637ad49ff8cda960 Signed-off-by: Ed Kern --- diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index d2e41bd9c..be96bd9bf 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -194,6 +194,28 @@ - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' +- trigger: + name: gerrit-trigger-trivial-patch-submitted + triggers: + - gerrit: + server-name: 'Primary' + trigger-on: + - patchset-created-event: + exclude-drafts: 'false' + exclude-trivial-rebase: 'true' + exclude-no-code-change: 'true' + - draft-published-event + - comment-added-contains-event: + comment-contains-value: 'recheck' + - comment-added-contains-event: + comment-contains-value: 'reverify' + projects: + - project-compare-type: 'ANT' + project-pattern: '{name}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/{branch}' + - trigger: name: gerrit-trigger-manually-triggered triggers: diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 655320100..f2759a1c8 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -124,7 +124,7 @@ build-timeout: '{build-timeout}' triggers: - - gerrit-trigger-patch-submitted: + - gerrit-trigger-trivial-patch-submitted: name: '{project}' branch: '{branch}'