~pieq/checkbox/fix-1484872-env-variables-forced-to-non-international

« back to all changes in this revision

Viewing changes to providers/plainbox-provider-checkbox/jobs/miscellanea.txt.in

  • Committer: Daniel Manrique
  • Author(s): Po-Hsu Lin
  • Date: 2015-08-31 11:33:55 UTC
  • mfrom: (3967.1.1 trunk)
  • Revision ID: daniel_manrique-20150831113355-cyd96op5verhmy6j
"automatic merge of lp:~cypressyew/checkbox/server-fwts-hwe-attachment/ by tarmac [r=zyga][bug=1483598][author=cypressyew]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 [[ -e ${PLAINBOX_SESSION_SHARE}/fwts_results.log ]] && cat ${PLAINBOX_SESSION_SHARE}/fwts_results.log
63
63
_description: Attaches the FWTS results log to the submission
64
64
 
 
65
plugin: attachment
 
66
estimated_duration: 0.5
 
67
id: miscellanea/fwts_results_hwe.log
 
68
command:
 
69
 [ -f $PLAINBOX_SESSION_SHARE/fwts_results_hwe.log ] && gzip -c $PLAINBOX_SESSION_SHARE/fwts_results_hwe.log | base64
 
70
_description: Attaches the FWTS results log to the submission (to HWE)
 
71
_summary: Attach FWTS log to submission (to HWE)
 
72
 
65
73
plugin: shell
66
74
id: miscellanea/ipmi_test
67
75
requires: package.name == 'ipmitool'