Merge "Set settings to hicn-settings."
[ci-management.git] / jjb / csit / csit.yaml
index 551b052..aad5508 100644 (file)
@@ -14,7 +14,7 @@
 ---
 - project:
     name: csit
-    description: 'CSIT jenkins jobs.'
+    description: 'CSIT Jenkins jobs.'
     os:
       - 'ubuntu1604'
       - 'centos7'
@@ -64,9 +64,9 @@
       - master:
           branch: 'master'
           branch-id: 'oper'
-      - '1810':
-          branch: 'rls1810'
-          branch-id: 'oper-rls1810'
+      - '1901':
+          branch: 'rls1901'
+          branch-id: 'oper-rls1901'
     stream:
       - master:
           branch: 'master'
       - '1810':
           branch: 'rls1810'
           branch-id: 'oper-rls1810'
+      - '1901':
+          branch: 'rls1901'
+          branch-id: 'oper-rls1901'
+
+- project:
+    name: csit-view
+    views:
+      - project-view
+    project-name: csit
 
 - job-template:
     name: 'csit-vpp-functional-{stream}-{os}-virl'
 
     publishers:
       - archive-artifacts:
-          artifacts: 'report.html, log.html, output.xml'
+          artifacts: >
+            **/csit/report.html,
+            **/csit/log.html,
+            **/csit/output.xml
           latest-only: false
 
       - robot-report:
 
     publishers:
       - archive-artifacts:
-          artifacts: 'report.html, log.html, output.xml'
+          artifacts: >
+            **/csit/report.html,
+            **/csit/log.html,
+            **/csit/output.xml
           latest-only: false
 
       - robot-report:
 
     publishers:
       - email-ext:
-          recipients: 'tifrank@cisco.com, csit-report@lists.fd.io'
+          # yamllint disable-line rule:line-length
+          recipients: 'tifrank@cisco.com, csit-report+int+616+181919729795594561@lists.fd.io'
           reply-to: ''
           content-type: 'text'
           subject: 'FD.io CSIT Trending Alert: Build # $BUILD_NUMBER'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 16 * * *'
+      - timed: '0 16 * * 1,3,5'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 2,16 * * *'
+      - timed: '0 16 * * 1,3,5'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 2,16 * * *'
+      - timed: '0 16 * * 1,3,5'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
           build-timeout: '{build-timeout}'
 
     triggers:
-      - timed: '0 2,16 * * *'
+      - timed: '0 16 * * 1,3,5'
 
     builders:
       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
 
     publishers:
       - archive-artifacts:
-          artifacts: 'report.html, log.html, output.xml'
+          artifacts: 'archive/*.*'
           latest-only: false
 
       - robot-report: