Merge lp:~asac/linaro-android-build-tools/lava-vexpress-a9-by-default into lp:linaro-android-build-tools

Proposed by Alexander Sack
Status: Merged
Merged at revision: 505
Proposed branch: lp:~asac/linaro-android-build-tools/lava-vexpress-a9-by-default
Merge into: lp:linaro-android-build-tools
Diff against target: 12 lines (+1/-1)
1 file modified
build-scripts/post-build-lava.py (+1/-1)
To merge this branch: bzr merge lp:~asac/linaro-android-build-tools/lava-vexpress-a9-by-default
Reviewer Review Type Date Requested Status
Paul Sokolovsky Approve
Review via email: mp+125953@code.launchpad.net

Description of the change

LAVA: submit vexpress builds to vexpress-a9 by default lp:1055354

To post a comment you must log in.
505. By Alexander Sack

LAVA: submit vexpress builds to vexpress-a9 by default lp:1055354

Revision history for this message
Paul Sokolovsky (pfalcon) wrote :

Looks good, thanks,

Revision history for this message
Paul Sokolovsky (pfalcon) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'build-scripts/post-build-lava.py'
2--- build-scripts/post-build-lava.py 2012-09-21 14:18:55 +0000
3+++ build-scripts/post-build-lava.py 2012-09-24 09:33:21 +0000
4@@ -42,7 +42,7 @@
5 "target/product/",
6 "origen")},
7 "vexpress": {
8- "test_device_type": "vexpress",
9+ "test_device_type": "vexpress-a9",
10 "image_path": "%s%s" % (
11 "target/product/",
12 "vexpress")},

Subscribers

People subscribed via source and target branches