Linaro / lite-lava-docker-compose

LITE Team LAVA docker dispatcher
MIT License
5 stars 10 forks source link

examples: Add example for running QEMU from a Docker image. #95

Closed pfalcon closed 4 years ago

pfalcon commented 4 years ago

This example is based on existing micropython-interactive.job, but utilizes a recent LAVA feature - using QEMU binary from a Docker image (instead of whatever binary is installed in the dispatcher).

(Besides pulling QEMU from Docker image, this sample also downloads test binary from URL by default, to simplify testing against production LAVA, and adjusts various timeouts, as pulling an image from Dockerhub takes additional time).

Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org

pfalcon commented 4 years ago

@microbuilder: With various tweaks here and there, qemu-from-docker should finally work reliably in local LAVA setup. I'd appreciate if you can confirm that (ideally, with both local LaVA and https://validation.linaro.org), and then update https://github.com/Linaro/lite-lava-docker-compose/pull/80 based on it. Thanks.

pfalcon commented 4 years ago

Thanks, merging.