From: Ed Warnicke Date: Fri, 12 Aug 2016 20:19:26 +0000 (-0700) Subject: Have vpp-lite jobs also shortcircuit on checkstyle X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=49b0802f1c6cd0795ffc977f89c3ddd59c14058c;p=ci-management.git Have vpp-lite jobs also shortcircuit on checkstyle Change-Id: Ie12ea84996c8c82cfbfe0c1e7bc5586d8b1e4385 Signed-off-by: Ed Warnicke --- 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