summaryrefslogtreecommitdiffstats
path: root/jjb/vpp
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-08-12 13:19:26 -0700
committerEd Warnicke <eaw@cisco.com>2016-08-12 13:19:26 -0700
commit49b0802f1c6cd0795ffc977f89c3ddd59c14058c (patch)
tree02a8d015624f520bbbeb324c96f670d8a13b7a65 /jjb/vpp
parenta2bc22aacea71d696052bf0018218f72d740db53 (diff)
Have vpp-lite jobs also shortcircuit on checkstyle
Change-Id: Ie12ea84996c8c82cfbfe0c1e7bc5586d8b1e4385 Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'jjb/vpp')
-rw-r--r--jjb/vpp/vpp-lite.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/jjb/vpp/vpp-lite.yaml b/jjb/vpp/vpp-lite.yaml
index ce877194d..15b42d273 100644
--- a/jjb/vpp/vpp-lite.yaml
+++ b/jjb/vpp/vpp-lite.yaml
@@ -66,6 +66,8 @@
builders:
- shell:
+ !include-raw-escape: include-raw-vpp-checkstyle.sh
+ - shell:
!include-raw-escape: 'include-raw-vpp-lite-build.sh'
- job-template:
@@ -120,6 +122,8 @@
builders:
- shell:
+ !include-raw-escape: include-raw-vpp-checkstyle.sh
+ - shell:
!include-raw-escape: 'include-raw-vpp-lite-build.sh'
- job-template:
@@ -164,4 +168,6 @@
builders:
- shell:
+ !include-raw-escape: include-raw-vpp-checkstyle.sh
+ - shell:
!include-raw-escape: 'include-raw-vpp-lite-build.sh' \ No newline at end of file