From: Ed Kern Date: Wed, 18 Apr 2018 22:52:07 +0000 (-0600) Subject: VPP: modify clang to only run on master and 1804 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=be017f9607363c8db1d37a172451512480ae6d62;p=ci-management.git VPP: modify clang to only run on master and 1804 Older releases dont have the fixes necessary for a full clang build and will be covered by the old clang build style. Change-Id: I7431ea20494ea9a0d6cc003ceb943f710cc32a2e Signed-off-by: Ed Kern --- diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index bd9f76058..e8c0f91ef 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -3,7 +3,6 @@ name: vpp jobs: - 'vpp-verify-{stream}-{os}' - - 'vpp-verify-{stream}-clang' - 'vpp-merge-{stream}-{os}' - 'vpp-verify-os-{stream}-{os}' - 'vpp-merge-os-{stream}-{os}' @@ -38,6 +37,28 @@ - short - long +- project: + name: vpp-clang + jobs: + - 'vpp-verify-{stream}-clang' + + project: 'vpp' + os: + - ubuntu1604: + repo-os-part: 'ubuntu.xenial.main' + - centos7: + repo-os-part: 'centos7' + - opensuse: + repo-os-part: 'opensuse' + + stream: + - master: + branch: 'master' + repo-stream-part: 'master' + - '1804': + branch: 'stable/1804' + repo-stream-part: 'stable.1804' + - project: name: vpp-misc jobs: @@ -62,7 +83,7 @@ os: ubuntu1604 - project: - name: vpp-beta + name: vpp-master-only jobs: - 'vpp-beta-verify-{stream}-{os}' project: 'vpp'