From: Vratko Polak Date: Wed, 26 Feb 2020 11:46:28 +0000 (+0100) Subject: VPP: Add CRC checking to older branches X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=13b4ad131c28baee5fa9b2d2f0eea51a4e6b1be2;p=ci-management.git VPP: Add CRC checking to older branches “as soon as the CRC of any existing messages does not change, a patch is okay to include into 19.08” https://lists.fd.io/g/vpp-dev/message/15526 Change-Id: I332492d36289b2f0c4ffe12bb19fc5f4566d7a74 Signed-off-by: Vratko Polak --- diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml index fd4afb0a9..7a553aa33 100644 --- a/jjb/vpp/vpp.yaml +++ b/jjb/vpp/vpp.yaml @@ -188,7 +188,10 @@ executor: 'vpp-csit-device' skip-vote: 'false' stream: - # TODO: Add stable/1908 when it is created. + # Only master and LTS branches. + - '1908': + branch: 'stable/1908' + repo-stream-part: 'stable.1908' - master: branch: 'master' os: ubuntu1804