Add CSIT rls1804 branch 61/11661/1
authorJan Gelety <jgelety@cisco.com>
Tue, 10 Apr 2018 12:00:41 +0000 (14:00 +0200)
committerJan Gelety <jgelety@cisco.com>
Tue, 10 Apr 2018 12:00:41 +0000 (14:00 +0200)
Change-Id: Iffec52e961a7958a789f05ed341ecfd3230acb9f
Signed-off-by: Jan Gelety <jgelety@cisco.com>
jjb/csit/csit.yaml
jjb/vpp/include-raw-vpp-csit-functional.sh

index 82328b4..3ef5076 100644 (file)
@@ -49,6 +49,9 @@
         - master:
             branch: 'master'
             branch-id: 'oper'
+        - '1804':
+            branch: 'rls1804'
+            branch-id: 'oper-rls1804'
     stream:
         - master:
             branch: 'master'
@@ -62,6 +65,9 @@
         - '1801':
             branch: 'rls1801'
             branch-id: 'oper-rls1801'
+        - '1804':
+            branch: 'rls1804'
+            branch-id: 'oper-rls1804'
 
 
 - job-template:
index da5f142..4c2f7d4 100644 (file)
@@ -52,6 +52,9 @@ else
             stable/1801 )
                 BRANCH_ID="oper-rls1801"
                 ;;
+            stable/1804 )
+                BRANCH_ID="oper-rls1804"
+                ;;
             * )
                 BRANCH_ID="oper"
         esac