Add CSIT rls1810 branch 92/15192/1
authorJan Gelety <[email protected]>
Tue, 9 Oct 2018 13:30:04 +0000 (15:30 +0200)
committerJan Gelety <[email protected]>
Tue, 9 Oct 2018 13:30:04 +0000 (15:30 +0200)
Change-Id: Icdc40ad90c1da8d3a9ad1dd32e02bb8b1d406cec
Signed-off-by: Jan Gelety <[email protected]>
jjb/csit/csit.yaml
jjb/vpp/include-raw-vpp-csit-functional.sh

index ad5d618..e6e3249 100644 (file)
@@ -62,6 +62,9 @@
         - master:
             branch: 'master'
             branch-id: 'oper'
+        - '1810':
+            branch: 'rls1810'
+            branch-id: 'oper-rls1810'
     stream:
         - master:
             branch: 'master'
@@ -75,6 +78,9 @@
         - '1807':
             branch: 'rls1807'
             branch-id: 'oper-rls1807'
+        - '1810':
+            branch: 'rls1810'
+            branch-id: 'oper-rls1810'
 
 
 - job-template:
index a6f577b..804ed62 100644 (file)
@@ -58,6 +58,9 @@ else
             stable/1807 )
                 BRANCH_ID="oper-rls1807"
                 ;;
+            stable/1810 )
+                BRANCH_ID="oper-rls1810"
+                ;;
             * )
                 BRANCH_ID="oper"
         esac