Hi all,
I've installed lava-docker from https://github.com/kernelci/lava-docker but I'm little confused about adding devices and device-types to it . As described in the link above , i've edited boards.yaml file and added the board name as follows masters: - name: master1 host: local users: - name: admin token: longrandomtokenadmin password: admin superuser: yes staff: yes tokens: - username: admin token: dfjdfkfkdjfkdsjfsl description: no description slaves: - name: lab-slave-0 host: local remote_master: master1 remote_user: admin
boards: - name: bcm2837-rpi-3-b-01 type: bcm2837-rpi-3-b uart: idvendor: 0x0403 idproduct: 0x6001 serial: A904MHLH
after I built docker image and ran it. i'm getting following error while loading docker images
Removing local_lab-slave-0_1 local_master1_1 is up-to-date Recreating 5b8d2c91c519_local_lab-slave-0_1 ... error
ERROR: for 5b8d2c91c519_local_lab-slave-0_1 Cannot start service lab-slave-0: linux runtime spec devices: error gathering device information while adding custom device "/dev/bcm2837-rpi-3-b-01": lstat /dev/bcm2837-rpi-3-b-01: no such file or directory
ERROR: for lab-slave-0 Cannot start service lab-slave-0: linux runtime spec devices: error gathering device information while adding custom device "/dev/bcm2837-rpi-3-b-01": lstat /dev/bcm2837-rpi-3-b-01: no such file or directory
help me resolve this issue.
Thanks, Manoj
On Tue, 30 Oct 2018 at 06:02, Manoj Tiwary manojtiwary22@gmail.com wrote:
Hi all,
I've installed lava-docker from https://github.com/kernelci/lava-docker
That's not a supported docker image.
We've just released official docker images for lava-dispatcher and lava-server. This support is still new but we use these docker images in our CI testing.
but I'm little confused about adding devices and device-types to it . As described in the link above , i've edited boards.yaml file and added the board name as follows
boards.yaml is not part of LAVA - that has been added by the creators of that docker image. We cannot provide support for your problem relating to this file. Sorry.
Please contact the maintainers of the docker image(s) you are using.
Thank you for the clarification. Please provide link for official docker images for lava-dispatcher and lava-server.
Thanks, Manoj
On Tue, Oct 30, 2018 at 11:44 AM Neil Williams neil.williams@linaro.org wrote:
On Tue, 30 Oct 2018 at 06:02, Manoj Tiwary manojtiwary22@gmail.com wrote:
Hi all,
I've installed lava-docker from https://github.com/kernelci/lava-docker
That's not a supported docker image.
We've just released official docker images for lava-dispatcher and lava-server. This support is still new but we use these docker images in our CI testing.
but I'm little confused about adding devices and device-types to it . As described in the link above , i've edited boards.yaml file and added
the board name as follows
boards.yaml is not part of LAVA - that has been added by the creators of that docker image. We cannot provide support for your problem relating to this file. Sorry.
Please contact the maintainers of the docker image(s) you are using.
--
Neil Williams
neil.williams@linaro.org http://www.linux.codehelp.co.uk/
On Tue, 30 Oct 2018 at 06:29, Manoj Tiwary manojtiwary22@gmail.com wrote:
Thank you for the clarification. Please provide link for official docker images for lava-dispatcher and lava-server.
See the release announcement: https://lists.lavasoftware.org/pipermail/lava-announce/2018-October/000069.h...
https://hub.docker.com/u/lavasoftware/
We're in the process of updating the documentation on master.lavasoftware.org with these updates:
lava-dispatcher ============
https://hub.docker.com/r/lavasoftware/lava-dispatcher/
docker pull lavasoftware/lava-dispatcher:2018.10 or docker pull hub.lavasoftware.org/lava/lava/lava-dispatcher:2018.10
lava-server =========
https://hub.docker.com/r/lavasoftware/lava-server/
docker pull lavasoftware/lava-server:2018.10 or docker pull hub.lavasoftware.org/lava/lava/lava-server:2018.10
See https://master.lavasoftware.org/static/docs/v2/docker-admin.html
Thanks, Manoj
On Tue, Oct 30, 2018 at 11:44 AM Neil Williams neil.williams@linaro.org wrote:
On Tue, 30 Oct 2018 at 06:02, Manoj Tiwary manojtiwary22@gmail.com wrote:
Hi all,
I've installed lava-docker from https://github.com/kernelci/lava-docker
That's not a supported docker image.
We've just released official docker images for lava-dispatcher and lava-server. This support is still new but we use these docker images in our CI testing.
but I'm little confused about adding devices and device-types to it . As described in the link above , i've edited boards.yaml file and added the board name as follows
boards.yaml is not part of LAVA - that has been added by the creators of that docker image. We cannot provide support for your problem relating to this file. Sorry.
Please contact the maintainers of the docker image(s) you are using.
--
Neil Williams
neil.williams@linaro.org http://www.linux.codehelp.co.uk/
lava-users@lists.lavasoftware.org