From 9b3f71f8207d41b8b004dc757203a501188d187e Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Mon, 20 Aug 2018 11:11:07 -0600 Subject: [PATCH] VPP: fix opensuse15 verify from broken to non-voting This fixes a typo that had the job not running at all but leaves it non-voting until a vpp side patch is completed. Change-Id: Ic452f835af65ee6274bda214bcee32e765f306cc Signed-off-by: Ed Kern --- jjb/vpp/vpp-opensuse.yaml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/jjb/vpp/vpp-opensuse.yaml b/jjb/vpp/vpp-opensuse.yaml index 70d936ae5..14c0c0b88 100644 --- a/jjb/vpp/vpp-opensuse.yaml +++ b/jjb/vpp/vpp-opensuse.yaml @@ -129,17 +129,10 @@ build-timeout: '{build-timeout}' triggers: - - 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}' + - gerrit-trigger-checkstyle-nonvoting: + name: '{project}' + branch: '{branch}' + branch-pattern: '**/{branch}' builders: - shell: -- 2.16.6