summaryrefslogtreecommitdiff
path: root/jobs
diff options
authorPo-Hsu Lin <po-hsu.lin@canonical.com>2015-08-31 18:35:49 +0800
committerPo-Hsu Lin <po-hsu.lin@canonical.com>2015-08-31 18:35:49 +0800
commit65327b36db1587663ac2525303d07ce498ff2b49 (patch)
tree2b2f83485a46e5c9da86f1792064fc837ea36695 /jobs
parente0f0d01d4c80cf19d3595bc6964f97429efd119f (diff)
provider:checkbox add the fwts hwe attachment job for server provider
Add the FWTS HWE attachment job for server provider, as it's using a different log filename
Diffstat (limited to 'jobs')
-rw-r--r--jobs/miscellanea.txt.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/jobs/miscellanea.txt.in b/jobs/miscellanea.txt.in
index faeeb97..5c830a5 100644
--- a/jobs/miscellanea.txt.in
+++ b/jobs/miscellanea.txt.in
@@ -62,6 +62,14 @@ command:
[[ -e ${PLAINBOX_SESSION_SHARE}/fwts_results.log ]] && cat ${PLAINBOX_SESSION_SHARE}/fwts_results.log
_description: Attaches the FWTS results log to the submission
+plugin: attachment
+estimated_duration: 0.5
+id: miscellanea/fwts_results_hwe.log
+command:
+ [ -f $PLAINBOX_SESSION_SHARE/fwts_results_hwe.log ] && gzip -c $PLAINBOX_SESSION_SHARE/fwts_results_hwe.log | base64
+_description: Attaches the FWTS results log to the submission (to HWE)
+_summary: Attach FWTS log to submission (to HWE)
+
plugin: shell
id: miscellanea/ipmi_test
requires: package.name == 'ipmitool'