Merge "Add INFO.yaml verify job"
[ci-management.git] / jjb / tldk / tldk.yaml
index 13fed26..282af55 100644 (file)
       - master:
           branch: 'master'
 
+- project:
+    name: tldk-view
+    view:
+      - project-view
+    project-name: tldk
+
 - job-template:
     name: '{project}-verify-{stream}-{os}'
 
 
     project-type: freestyle
     node: '{os}-basebuild-4c-4g'
-
     build-discarder:
       daysToKeep: '{build-days-to-keep}'
       numToKeep: '{build-num-to-keep}'
 
     publishers:
       - archive-artifacts:
-          artifacts: 'csit/report.html, csit/log.html, csit/output.xml'
+          artifacts: >
+            **/csit/report.html,
+            **/csit/log.html,
+            **/csit/output.xml
           latest-only: false
 
       - robot-report:
 
       - fdio-infra-shiplogs:
           maven-version: 'mvn33-new'
+
+- project:
+    name: tldk-info
+    project-name: tldk
+    jobs:
+      - gerrit-info-yaml-verify
+    build-node: centos7-builder-4c-4g
+    project: tldk
+    branch: master