aboutsummaryrefslogtreecommitdiff
path: root/rpb-openembedded
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2018-06-20 11:17:38 -0500
committerFathi Boudra <fathi.boudra@linaro.org>2018-06-21 17:00:47 +0000
commit501a26c6ffdb1b2cb940e07e7bafb6953d8633ca (patch)
treebd8c24d8c3d09510a5b5730fd562aedba227b16c /rpb-openembedded
parent360bfae31963db513598a8a798c152fd71050adf (diff)
rpb-openembedded/lava-job-definitions: fix timeout for Juno
Juno has been failing for quite some time due to a change in the way LAVA handles timeouts. Whereas previously it was `u-boot-interrupt' handling that timeout, since an update to LAVA on February 9 (2018.2) that token changed to `bootloader-interrupt'. Setting that timeout to 120 seconds (instead of the default of 30 seconds), as originally intended, gives more time to allow for a complete flashing of the board, thus letting the builds boot again. This was discovered and fixed by Victor Chong: https://github.com/96boards/meta-96boards/pull/252#issuecomment-398787962 Change-Id: I5e6a093918b80d6b4d4469cd43fdb13bfd15e3e5 Suggested-by: Victor Chong <victor.chong@linaro.org> Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'rpb-openembedded')
-rw-r--r--rpb-openembedded/lava-job-definitions/juno/template-boot.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/rpb-openembedded/lava-job-definitions/juno/template-boot.yaml b/rpb-openembedded/lava-job-definitions/juno/template-boot.yaml
index 1303de5a..6123de18 100644
--- a/rpb-openembedded/lava-job-definitions/juno/template-boot.yaml
+++ b/rpb-openembedded/lava-job-definitions/juno/template-boot.yaml
@@ -7,16 +7,16 @@ timeouts:
action:
minutes: 5
actions:
- u-boot-interrupt:
+ bootloader-interrupt:
seconds: 120
- u-boot-commands:
+ bootloader-commands:
seconds: 120
uboot-retry:
seconds: 180
connections:
- u-boot-interrupt:
+ bootloader-interrupt:
seconds: 120
- u-boot-commands:
+ bootloader-commands:
seconds: 120
uboot-retry:
seconds: 180