From: Ed Kern Date: Thu, 21 Jun 2018 13:57:37 +0000 (-0600) Subject: VPP: arm skip-vote for now X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F13178%2F1;p=ci-management.git VPP: arm skip-vote for now Marking arm verify non voting for now due to hw issues Change-Id: Ib184434473dd3a5388e90031f3a508312ab53f9f Signed-off-by: Ed Kern --- diff --git a/jjb/vpp/vpp-macros.yaml b/jjb/vpp/vpp-macros.yaml index 8708dedaf..8f2d79ca3 100644 --- a/jjb/vpp/vpp-macros.yaml +++ b/jjb/vpp/vpp-macros.yaml @@ -11,4 +11,29 @@ project-pattern: '{name}' branches: - branch-compare-type: 'ANT' - branch-pattern: '**/{branch}' \ No newline at end of file + branch-pattern: '**/{branch}' + +- trigger: + name: gerrit-trigger-checkstyle-nonvoting + triggers: + - gerrit: + server-name: 'Primary' + trigger-on: + - comment-added-contains-event: + comment-contains-value: 'checkstyle_success' + projects: + - project-compare-type: 'ANT' + project-pattern: '{name}' + branches: + - branch-compare-type: 'ANT' + branch-pattern: '**/{branch}' + skip-vote: + successful: true + failed: true + unstable: true + notbuilt: true + override-votes: true + gerrit-build-successful-verified-value: 1 + gerrit-build-failed-verified-value: 1 + gerrit-build-unstable-verified-value: 1 + gerrit-build-notbuilt-verified-value: 1 \ No newline at end of file diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index b12afd8a6..78c5ea0ec 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -282,7 +282,7 @@ build-timeout: '{build-timeout}' triggers: - - gerrit-trigger-checkstyle: + - gerrit-trigger-checkstyle-nonvoting: name: '{project}' branch: '{branch}' @@ -303,10 +303,6 @@ - fdio-infra-shiplogs: maven-version: 'mvn33-new' archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core' - - naginator: - rerun-unstable-builds: false - max-failed-builds: 1 - fixed-delay: 90 - job-template: name: 'vpp-arm-merge-{stream}-{os}' @@ -393,10 +389,6 @@ default-excludes: false - fdio-infra-shiplogs: maven-version: 'mvn33-new' - - naginator: - rerun-unstable-builds: false - max-failed-builds: 1 - fixed-delay: 90 - job-template: name: 'vpp-checkstyle-verify-{stream}'