Update archive items path for csit-hc2vpp jobs 14/7314/3
authorselias <samelias@cisco.com>
Mon, 26 Jun 2017 12:01:47 +0000 (14:01 +0200)
committerSamuel Eliáš <samelias@cisco.com>
Fri, 14 Jul 2017 11:56:28 +0000 (11:56 +0000)
Archive all artifacts in "archive" directory, for consistency with
other CSIT jobs.

Related CSIT change: https://gerrit.fd.io/r/7560

Change-Id: I7c2ffe56ee6ce5e824618f75250348da0a7f4b14
Signed-off-by: selias <samelias@cisco.com>
jjb/csit/csit-hc2vpp.yaml
jjb/hc2vpp/hc2vpp-csit.yaml

index 7a929ae..7ef5c74 100644 (file)
 
     publishers:
         - archive-artifacts:
-            artifacts: 'csit/report.html, csit/log.html, csit/output.xml, csit/honeycomb.log'
+            artifacts: 'archive/*.*'
             latest-only: false
+
         - email-notification:
             email-prefix: '[csit]'
+
         - robot-report:
-            output-path: 'csit'
+            output-path: 'archive'
 
 - job-template:
     name: 'csit-hc2vpp-verify-perf'
             artifacts: 'archive/*.*'
             latest-only: false
 
+        - email-notification:
+            email-prefix: '[csit]'
+
         - robot-report:
             output-path: 'archive'
 
index de63b70..4b40365 100644 (file)
 
     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}'