Merge lp://staging/~liuyq0307/linaro-android-build-tools/add-monkey-l-a-t into lp://staging/linaro-android-build-tools
Proposed by
Yongqin Liu
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~liuyq0307/linaro-android-build-tools/add-monkey-l-a-t |
Merge into: | lp://staging/linaro-android-build-tools |
Diff against target: |
103 lines (+50/-16) 1 file modified
build-scripts/post-build-lava.py (+50/-16) |
To merge this branch: | bzr merge lp://staging/~liuyq0307/linaro-android-build-tools/add-monkey-l-a-t |
Related bugs: | |
Related blueprints: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Paul Sokolovsky | Approve | ||
James Westby (community) | Approve | ||
Review via email: mp+76697@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2011-09-26.
Description of the change
modify for adding monkey test to android build
BP:
https:/
To post a comment you must log in.
Hi,
This looks great, thanks, and there are some good cleanups
here too.
Is the new linaro_ android_ test_run action available on validation. linaro. org
and able to run both monkey and 0xbench?
If not then we will have to hold off on deploying this until it is.
54 + # Board-specific parameters
Extra space included in the indentation on that line.
122 + submin_ results_ command = "submit_results" results_ command = "submit_ results_ on_host"
123 + if image_type == 'android':
124 + submin_
Typo in variable name, it should be "submit_ results_ command"
Thanks,
James