From 49b0802f1c6cd0795ffc977f89c3ddd59c14058c Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Fri, 12 Aug 2016 13:19:26 -0700 Subject: [PATCH] Have vpp-lite jobs also shortcircuit on checkstyle Change-Id: Ie12ea84996c8c82cfbfe0c1e7bc5586d8b1e4385 Signed-off-by: Ed Warnicke --- jjb/vpp/vpp-lite.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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 @@ -65,6 +65,8 @@ branch: '{branch}' builders: + - shell: + !include-raw-escape: include-raw-vpp-checkstyle.sh - shell: !include-raw-escape: 'include-raw-vpp-lite-build.sh' @@ -119,6 +121,8 @@ notbuilt: true builders: + - shell: + !include-raw-escape: include-raw-vpp-checkstyle.sh - shell: !include-raw-escape: 'include-raw-vpp-lite-build.sh' @@ -163,5 +167,7 @@ branch: '{branch}' 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 -- 2.16.6