On Fri, Apr 17, 2020 at 02:37:45PM +0000, Stephen Lawrence wrote:
-----Original Message----- From: Lava-users lava-users-bounces@lists.lavasoftware.org On Behalf Of Stephen Lawrence Sent: 16 April 2020 20:35 To: lava-users@lists.lavasoftware.org Subject: [Lava-users] job error with new fastboot in docker support
Hi,
I'm trialling the fastboot support in Docker introduced in LAVA v2020.02 and getting a fundamental job error about the deploy action of the job definition. I've checked against the examples from the recent Linaro Tech Day LAVA presentation but I can't see the source of the error. Could someone familiar with this new support please take a look at the job definition please? I'm thinking it must be something obvious.
Error snippet: error_msg: None of the deployment strategies accepted your deployment parameters, reasons given: overlay: "to" parameter is not "overlay" docker: 'docker' not in the device configuration deploy methods download: "to" parameter is not "download" qemu-nfs:
Full error: https://lava.genivi.org/scheduler/job/718
Job definition: https://lava.genivi.org/scheduler/job/718/definition
One part of the error that stands out is: "docker: 'docker' not in the device configuration deploy methods" Is something required to enable the support for "to: fastboot/docker: image" in the dispatcher or the device description?
You don't need to do anything. This `'docker' not in the device configuration deploy methods"` is actually from the docker deployment method, i.e. to deploy docker containers as if they were "devices".
See my reply to your original post.