VPP: Add CRC checking to older branches 57/25457/2
authorVratko Polak <vrpolak@cisco.com>
Wed, 26 Feb 2020 11:46:28 +0000 (12:46 +0100)
committerVratko Polak <vrpolak@cisco.com>
Wed, 4 Mar 2020 14:50:48 +0000 (15:50 +0100)
“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 <vrpolak@cisco.com>
jjb/vpp/vpp.yaml

index fd4afb0..7a553aa 100644 (file)
     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