summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/vpp.yaml
diff options
context:
space:
mode:
authorEd Kern <ejk@cisco.com>2018-03-29 08:23:06 -0600
committerEd Kern <ejk@cisco.com>2018-03-29 08:27:03 -0600
commit823e5fe32d5b6f0196f146d02b674878b7821a92 (patch)
tree73f669365a03c26694e4a8a8418e770c3f3acd97 /jjb/vpp/vpp.yaml
parent6759a02afebcd673b183d59fa6fd4c48db22935a (diff)
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 <ejk@cisco.com>
Diffstat (limited to 'jjb/vpp/vpp.yaml')
-rw-r--r--jjb/vpp/vpp.yaml10
1 files changed, 4 insertions, 6 deletions
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'