summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2020-03-18 14:46:11 +0000
committerGerrit Code Review <gerrit@fd.io>2020-03-18 14:46:11 +0000
commit48d2593a428b913b728a75e829593af1fb4272f5 (patch)
tree150e67d93fc188a028b391a2256563573e55d672
parent46c7af4be5904b948b6a087e97d812c13882f72d (diff)
parent13b4ad131c28baee5fa9b2d2f0eea51a4e6b1be2 (diff)
Merge "VPP: Add CRC checking to older branches"
-rw-r--r--jjb/vpp/vpp.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/jjb/vpp/vpp.yaml b/jjb/vpp/vpp.yaml
index 5a8332fb7..092c3c20b 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