From 13b4ad131c28baee5fa9b2d2f0eea51a4e6b1be2 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 26 Feb 2020 12:46:28 +0100 Subject: [PATCH] VPP: Add CRC checking to older branches MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit “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 --- jjb/vpp/vpp.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.16.6