Add CSIT rls1807 branch 06/13606/1
authorJan Gelety <jgelety@cisco.com>
Mon, 23 Jul 2018 07:24:12 +0000 (09:24 +0200)
committerJan Gelety <jgelety@cisco.com>
Mon, 23 Jul 2018 07:24:12 +0000 (09:24 +0200)
Change-Id: I0066912c3779a6c238cc500e824d544abf091e5d
Signed-off-by: Jan Gelety <jgelety@cisco.com>
jjb/csit/csit.yaml
jjb/vpp/include-raw-vpp-csit-functional.sh

index aa4e992..4b9a387 100644 (file)
@@ -60,6 +60,9 @@
         - master:
             branch: 'master'
             branch-id: 'oper'
+        - '1807':
+            branch: 'rls1807'
+            branch-id: 'oper-rls1807'
     stream:
         - master:
             branch: 'master'
@@ -76,6 +79,9 @@
         - '1804':
             branch: 'rls1804'
             branch-id: 'oper-rls1804'
+        - '1807':
+            branch: 'rls1807'
+            branch-id: 'oper-rls1807'
 
 
 - job-template:
index 4c2f7d4..a6f577b 100644 (file)
@@ -55,6 +55,9 @@ else
             stable/1804 )
                 BRANCH_ID="oper-rls1804"
                 ;;
+            stable/1807 )
+                BRANCH_ID="oper-rls1807"
+                ;;
             * )
                 BRANCH_ID="oper"
         esac