summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-01-27 20:44:05 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2014-01-27 20:44:05 +0200
commit9a025460a3408efdbefca3c2318e6658bc514910 (patch)
tree26723065e29ceb99da80c1ab87dc426768ee0b40
parent389054161e77767f05018fcb8da93417b6f98f41 (diff)
make sure boot_linaro_image is appended in case we have custom
boot_image_parameters to set Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xpost-build-lava.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/post-build-lava.py b/post-build-lava.py
index cf3d910..831c3b3 100755
--- a/post-build-lava.py
+++ b/post-build-lava.py
@@ -389,6 +389,12 @@ def main():
sys.exit('Failed to get last successful artifact.')
boot_image_parameters = json.load(response)
+ if {'command': 'boot_linaro_image'} in actions:
+ pass
+ else:
+ actions.append({
+ 'command': 'boot_linaro_image'
+ })
actions[1]['parameters'] = boot_image_parameters
if len(tests) > 0: