Actions
action #91631
open[easy][beginner][doc] document suggestions how to include test distributions in docker-compose based setup
Start date:
2021-04-23
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Motivation¶
Rough text suggestion based on a chat protocol:
"The problem is that your worker can not find the test definitions. That's what it says with "'SCHEDULE' not set and opensuse/main.pm not found, need one of both". you can do one of four options: 1. instead of cloning a production test that relies on a local checkout of tests use tests cloning from git, in the format as in https://github.com/os-autoinst/os-autoinst/blob/master/doc/backend_vars.asciidoc under CASEDIR, 2. link a local test clone into the worker container with a volume mount, 3. configure the worker to use caching to sync tests from the central webUI instance or 4. manually provide the test definition within the worker filesystem
Further details¶
entrance level issue
Updated by okurz over 2 years ago
- Tags set to doc, container, docker-compose, entrance level, easy, beginner
- Subject changed from document suggestions how to include test distributions in docker-compose based setup to [easy][beginner][doc] document suggestions how to include test distributions in docker-compose based setup
- Description updated (diff)
Actions