From 823e5fe32d5b6f0196f146d02b674878b7821a92 Mon Sep 17 00:00:00 2001 From: Ed Kern Date: Thu, 29 Mar 2018 08:23:06 -0600 Subject: VPP: gerrit dependent jobs causing -1 with skip set Even with skip vote set it seems like failed triggered jobs end up with -1 on the gerrit. This is not acceptable Change-Id: I0e905c3af52e891d7541f7a022337c677d6a627f Signed-off-by: Ed Kern --- jjb/vpp/vpp.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'jjb/vpp') diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index 94c48343b..ff01a12f9 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -211,7 +211,9 @@ failed: true unstable: true notbuilt: true - + override-votes: true + gerrit-build-notbuilt-verified-value: 0 + notbuilt-message: 'Automatic retry of failed jobs may be in process. A proper vote should be set when retry completes.' builders: - shell: !include-raw-escape: ../scripts/setup_vpp_ubuntu_docker_test.sh @@ -267,11 +269,6 @@ - gerrit: server-name: 'Primary' trigger-on: - - patchset-created-event: - exclude-drafts: 'true' - exclude-trivial-rebase: 'false' - exclude-no-code-change: 'true' - - patchset-uploaded-event: 'false' - comment-added-contains-event: comment-contains-value: 'checkstylecheck' projects: @@ -282,6 +279,7 @@ branch-pattern: '**/{branch}' override-votes: true gerrit-build-notbuilt-verified-value: 0 + gerrit-build-successful-verified-value: 1 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' -- cgit 1.2.3-korg