summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-03-28 16:28:17 +0000
committerGerrit Code Review <gerrit@fd.io>2018-03-28 16:28:17 +0000
commit9c9b4bffc1219cbeda9b1b3cf2581639c6fe7612 (patch)
tree641885c0e6ad1f7eae110f8166c182aef7aedf77
parent75063d746cfa5110e7613280619406440b010d96 (diff)
parent74650768d74e88025dfc9a906359a9f479126236 (diff)
Merge "VPP: make checkstyle job production for beta and arm job"
-rw-r--r--jjb/vpp/vpp.yaml16
1 files changed, 10 insertions, 6 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 0ba4b92cb..d0e1da4d0 100644
--- a/jjb/vpp/vpp.yaml
+++ b/jjb/vpp/vpp.yaml
@@ -68,8 +68,6 @@
repo-os-part: 'ubuntu.bionic.main'
- osleap15:
repo-os-part: 'osleap15'
- - osleap423:
- repo-os-part: 'osleap423'
- project:
name: vpp-arm
@@ -156,6 +154,10 @@
- fdio-infra-shiplogs:
maven-version: 'mvn33-new'
archive-artifacts: '/tmp/vpp-failed-unittests/*/* **/core'
+ - naginator:
+ rerun-unstable-builds: true
+ max-failed-builds: 1
+ fixed-delay: 10
- job-template:
name: 'vpp-arm-verify-{stream}-{os}'
@@ -196,6 +198,8 @@
trigger-on:
- comment-added-contains-event:
comment-contains-value: 'armcheck'
+ - comment-added-contains-event:
+ comment-contains-value: 'checkstyle_success'
projects:
- project-compare-type: 'ANT'
project-pattern: '{project}'
@@ -210,10 +214,6 @@
builders:
- shell:
- !include-raw-escape: include-raw-vpp-checkstyle.sh
- - shell:
- !include-raw-escape: include-raw-vpp-test-checkstyle.sh
- - shell:
!include-raw-escape: ../scripts/setup_vpp_ubuntu_docker_test.sh
- shell:
!include-raw-escape:
@@ -267,6 +267,10 @@
- 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'