Project

General

Profile

action #89752

Updated by livdywan about 3 years ago

## Motivation 

 To have a complete openQA deployment using the docker-compose at least one worker should be created 

 ## Acceptance Criteria  
 * **AC 1**: Worker service is part of the Docker compose workflow can start a worker 
 * **AC 2**: Modify/create test to check that the worker has started 
 * **AC 3**: The number of workers is configurable. 
 * **AC 4**: Remove obsolete files from worker directory 

 ## Suggestions 
 * See: https://github.com/os-autoinst/openQA/pull/3755 
 * Add a section for the worker service to `container/webui/docker-compose.yaml` 
 * Add a variable like `$WORKER_COUNT` 
 * Add a corresponding healthcheck

Back