From 2d752b7a8aa8994376881b6c7d5dca9ad841551d Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Wed, 28 Mar 2018 17:29:00 -0600 Subject: VPP: Altered checkstyle job to skip vote instead of voting zero Looks like voting zero with the checkstyle job suppresses voting for the rest of the triggered verify jobs. Hopefully totally skipping the vote with checkstyle job will let the proper +1 come through Change-Id: I864c5904fc09669d8098698e2a2951e546dc17fa Signed-off-by: Ed Kern --- jjb/vpp/vpp.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index d0e1da4d0..94c48343b 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -282,10 +282,14 @@ branch-pattern: '**/{branch}' override-votes: true gerrit-build-notbuilt-verified-value: 0 - gerrit-build-successful-verified-value: 0 notbuilt-message: 'Automatic retry of failed jobs may be in process. A proper vote should be set when retry completes.' failed-message: 'Checkstyle failed. No further verify jobs will be started.' successful-message: 'checkstyle_success' + skip-vote: + successful: true + failed: false + unstable: false + notbuilt: false builders: - shell: -- cgit 1.2.3-korg