Skip to content

Pitfalls

Sergio Lindo Mansilla edited this page Jan 10, 2018 · 1 revision

Worker doesn't download assets from webui

Currently there is a known bug for the docker image of the worker (read more here issue#10). It doesn't download the assets from the webui, so you may need to provide them manually.

Using docker volumes

When using docker volumes to keep the data like iso files, hdd files and test code, you could get problems to clone a job, because the geekotest user has an id that doesn't exist on your machine.

If you encounter this problem, try to clone the job using this command:

## when the container webui is running
user@pc:~$ docker exec -it --user `id -u geekotest` openqa_webui /var/lib/openqa/script/clone_job.pl --host localhost --from https://openqa.opensuse.org 541932
Clone this wiki locally