VPP: gerrit dependent jobs causing -1 with skip set
[ci-management.git] / jjb / vpp / vpp.yaml
index 94c4834..ff01a12 100644 (file)
                 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
         - 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:
                       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'