aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-ubuntu-images-3.4
AgeCommit message (Collapse)Author
2015-09-15lt-qcom-ubuntu-images*: move SATA test to main templateMilosz Wasilewski
All devices in the LAB are now equipped with SATA drives. The SATA tests were moved to main template. Change-Id: I8cfeb06e117abdb2f8cbf3c90128f647f045ecec Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
2015-09-09lt-qcom-ubuntu-images*: fix LTP timing out on IFC6410Chase Qi
LTP timing out on IFC6410 https://projects.linaro.org/browse/TICKET-67 IFC6410 takes about 50 minutes to compile and install the latest version LTP test suite. The current timeout value 1800 seconds is not enough, that is the reason of the timing out. To address it * Increase the timeout in the first lava_test_shell to 7200 seconds for LTP installation and test * We have moved LTP installation directory from test folder to /opt. In the same LAVA job, except the first lava_test_shell, LTP install steps in others are not needed anymore, so skip it to reduce test duration. Without the install steps, 3600 seconds is enough. Change-Id: I6a627af5a2500efc17886c9fa48896e58af27a7b Signed-off-by: Chase Qi <chase.qi@linaro.org>
2015-06-19lava-job-definitions: ifc6410: update all the templatesFathi Boudra
LAVA has changed the schema, causing: ValidationError: Object lacks property 'images' object_expr='object', schema_expr='schema.properties.images.optional') Change-Id: I9d0ea39ee11effc1cf5dababddeb8bf6d39f7abd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-24lt-qcom-ubuntu-images-3.4: fix job definition locationFathi Boudra
Change-Id: I0faf856596a8fb1b9e1f486b7028d56514a25079 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2015-03-21lt-qcom-ubuntu-images-3.4: add new build job using vendor 3.4 kernelNicolas Dechesne
Until all features available in the downstream 3.4 kernel are available in the LT branch, let's keep a live build with 3.4. Release notes will give instructions on how to install the 3.4 kernel .deb and boot 3.4 as an alternate kernel. Build only the -developer image, since we mainly need the boot.img and the kernel .deb file after all. We use the -developer image for basic CI loop, though. Change-Id: I6fbd0a466f5cd415b349f585e6297ad068c58593 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>