Linaro / lite-lava-docker-compose

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

devices/qemu*: Don't hardcode "memory" parameter. #98

Closed pfalcon closed 4 years ago

pfalcon commented 4 years ago

Different QEMU machines, and applications running on them, have different requirements regarding memory. So, don't hardcode a value in a device config, and instead allow to specify a particular value in a job, in "context:" dictionary. If none is specified, LAVA default of "512" will be used.

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

pfalcon commented 4 years ago

@microbuilder: This removes a blocker towards fixing issue in https://github.com/Linaro/lite-lava-docker-compose/pull/80#issuecomment-654847008.

pfalcon commented 4 years ago

Kevin confirmed on Slack this allows to get past "qemu-system-arm: Invalid RAM size, should be 16 MiB", merging.