Merge lp:~fu-wei/lava-dispatcher/multinode into lp:lava-dispatcher/multinode

Proposed by Fu Wei
Status: Merged
Approved by: Neil Williams
Approved revision: no longer in the source branch.
Merged at revision: 679
Proposed branch: lp:~fu-wei/lava-dispatcher/multinode
Merge into: lp:lava-dispatcher/multinode
Diff against target: 11 lines (+1/-0)
1 file modified
lava_dispatcher/actions/launch_control.py (+1/-0)
To merge this branch: bzr merge lp:~fu-wei/lava-dispatcher/multinode
Reviewer Review Type Date Requested Status
Neil Williams Approve
Linaro Automation & Validation Pending
Review via email: mp+180534@code.launchpad.net

Description of the change

Fix the disappearance of the result bundle link in the log_file page problem for multinode

To post a comment you must log in.
Revision history for this message
Neil Williams (codehelp) wrote :
review: Approve
lp:~fu-wei/lava-dispatcher/multinode updated
679. By Neil Williams

Fu Wei 2013-08-16 Fix the disappearance of the result bundle link in the
 log_file page problem for multinode

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_dispatcher/actions/launch_control.py'
2--- lava_dispatcher/actions/launch_control.py 2013-08-05 11:59:30 +0000
3+++ lava_dispatcher/actions/launch_control.py 2013-08-16 11:17:13 +0000
4@@ -297,6 +297,7 @@
5 # make the put_group xmlrpc call to aggregate the bundles for the entire group & submit.
6 result = dashboard.put_group(json_bundle, job_name, stream, group_name)
7 print >> self.context.oob_file, "dashboard-group:", result, job_name
8+ self.context.output.write_named_data('result-bundle', result)
9 logging.info("Dashboard: bundle %s is to be aggregated into %s" % (result, group_name))
10 except xmlrpclib.Fault, err:
11 logging.warning("xmlrpclib.Fault occurred")

Subscribers

People subscribed via source and target branches

to status/vote changes: