Merge "Update archive items path for csit-hc2vpp jobs"
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Mon, 17 Jul 2017 14:39:28 +0000 (14:39 +0000)
committerGerrit Code Review <gerrit@fd.io>
Mon, 17 Jul 2017 14:39:28 +0000 (14:39 +0000)
1  2 
jjb/hc2vpp/hc2vpp-csit.yaml

@@@ -18,9 -18,6 +18,9 @@@
          - '1704':
              branch: 'stable/1704'
              repo-stream-part: 'stable.1704'
 +        - '1707':
 +            branch: 'stable/1707'
 +            repo-stream-part: 'stable.1707'
      os:
          - ubuntu1604:
              repo-os-part: 'ubuntu.xenial.main'
  
      publishers:
          - archive-artifacts:
-             artifacts: 'csit/report.html, csit/log.html, csit/output.xml, csit/honeycomb.log'
+             artifacts: 'csit/archive/*.*'
              latest-only: false
          - email-notification:
              email-prefix: '[hc2vpp]'
  
          - robot-report:
-             output-path: 'csit'
+             output-path: 'csit/archive'
  
  - job-template:
      name: 'hc2vpp-csit-verify-{stream}-{os}'
  
      publishers:
          - archive-artifacts:
-             artifacts: 'csit/report.html, csit/log.html, csit/output.xml, csit/honeycomb.log'
+             artifacts: 'csit/archive/*.*'
              latest-only: false
          - email-notification:
              email-prefix: '[hc2vpp]'
  
          - robot-report:
-             output-path: 'csit'
+             output-path: 'csit/archive'
  
  - job-template:
      name: 'hc2vpp-csit-integration-odl-{odl}-{stream}-{os}'
  
      publishers:
          - archive-artifacts:
-             artifacts: 'csit/report.html, csit/log.html, csit/output.xml, csit/honeycomb.log'
+             artifacts: 'csit/archive/*.*'
              latest-only: false
          - email-notification:
              email-prefix: '[hc2vpp]'
  
          - robot-report:
-             output-path: 'csit'
+             output-path: 'csit/archive'
  
  - job-template:
      name: 'hc2vpp-csit-verify-odl-{odl}-{stream}-{os}'
  
      publishers:
          - archive-artifacts:
-             artifacts: 'csit/report.html, csit/log.html, csit/output.xml, csit/honeycomb.log'
+             artifacts: 'csit/archive/*.*'
              latest-only: false
          - email-notification:
              email-prefix: '[hc2vpp]'
  
          - robot-report:
-             output-path: 'csit'
+             output-path: 'csit/archive'
  
  - job-template:
      name: 'hc2vpp-csit-perf-{stream}-{os}'