Project

General

Profile

action #91631

Updated by okurz almost 2 years ago

## 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

Back