summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/vpp.yaml
diff options
context:
space:
mode:
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'