summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Kern <ejk@cisco.com>2018-06-21 07:57:37 -0600
committerEd Kern <ejk@cisco.com>2018-06-21 07:57:37 -0600
commit395954a15908a77723fd9930ae684e498ed7112d (patch)
tree51b7bda0f05fd8408825e2223e4e1bcdbea086ab
parente039d0d932443955ef8ca89d15e4e951aba08f0c (diff)
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 <ejk@cisco.com>
-rw-r--r--jjb/vpp/vpp-macros.yaml27
-rw-r--r--jjb/vpp/vpp.yaml10
2 files changed, 27 insertions, 10 deletions
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}'