Merge "Set the trigger for csit-vpp-perf-mrr-daily-master"
authorEd Kern <ejk@cisco.com>
Wed, 25 Jul 2018 14:13:16 +0000 (14:13 +0000)
committerGerrit Code Review <gerrit@fd.io>
Wed, 25 Jul 2018 14:13:16 +0000 (14:13 +0000)
jjb/csit/csit-hc2vpp.yaml
jjb/csit/csit.yaml
jjb/hc2vpp/hc2vpp-csit.yaml
jjb/hc2vpp/hc2vpp.yaml
jjb/honeycomb/honeycomb.yaml
jjb/vpp/include-raw-vpp-csit-functional.sh

index d724fe2..302109e 100644 (file)
@@ -19,6 +19,8 @@
             branch: 'rls1801'
         - '1804':
             branch: 'rls1804'
+        - '1807':
+            branch: 'rls1807'
 
 - job-template:
     name: 'csit-hc2vpp-verify-func-{stream}-{os}'
index 517d8d5..632b30c 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:
       </ul>
 
     project-type: freestyle
-    node: 'ubuntu1604-basebuild-4c-4g'
+    node: 'ubuntu1604-basebuild-8c-32g'
     concurrent: true
 
     logrotate:
index f837f0a..d69f5aa 100644 (file)
@@ -18,6 +18,9 @@
         - '1804':
             branch: 'stable/1804'
             repo-stream-part: 'stable.1804'
+        - '1807':
+            branch: 'stable/1807'
+            repo-stream-part: 'stable.1807'
     os:
         - ubuntu1604:
             repo-os-part: 'ubuntu.xenial.main'
index 0b68364..e1d3591 100644 (file)
@@ -25,6 +25,9 @@
         - '1804':
             branch: 'stable/1804'
             repo-stream-part: 'stable.1804'
+        - '1807':
+            branch: 'stable/1807'
+            repo-stream-part: 'stable.1807'
 
 - job-template:
     name: 'hc2vpp-verify-{stream}-{os}'
index 2a50ce4..46446ee 100644 (file)
@@ -18,6 +18,9 @@
         - '1804':
             branch: 'stable/1804'
             repo-stream-part: 'stable.1804'
+        - '1807':
+            branch: 'stable/1807'
+            repo-stream-part: 'stable.1807'
 
 - job-template:
     name: 'honeycomb-verify-{stream}-{os}'
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