From 7a48620e96279ae99c2978bfd8e02bfc54e99d85 Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Thu, 2 Aug 2018 17:11:22 -0600 Subject: [PATCH] VPP: osleap temp voting removal removing osleap15 from voting for now at florins request Change-Id: I63325fc7bc855bcf7000c60740252577685560ea Signed-off-by: Ed Kern --- jjb/vpp/vpp-opensuse.yaml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/jjb/vpp/vpp-opensuse.yaml b/jjb/vpp/vpp-opensuse.yaml index 36e2c84f7..ad4fb718d 100644 --- a/jjb/vpp/vpp-opensuse.yaml +++ b/jjb/vpp/vpp-opensuse.yaml @@ -129,9 +129,22 @@ build-timeout: '{build-timeout}' triggers: - - gerrit-trigger-checkstyle: - name: '{project}' - branch: '{branch}' + - gerrit: + server-name: 'Primary' + trigger-on: + - comment-added-contains-event: + comment-contains-value: 'checkstyle_success' + projects: + - project-compare-type: 'ANT' + project-pattern: '{name}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/{branch}' + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true builders: - shell: -- 2.16.6