Project

General

Profile

action #95768

Updated by ilausuch over 2 years ago

## Motivation 
 Thanks to a previous issue #95179 we could see in the logs that the webui has permissions problems on the "factory" directory 
 e.g. https://openqa.opensuse.org/tests/1830297#step/single_container_webui/107 

 The reason is because the directory has the root user (in the container) but the webui is executed with the geekotest user.  

 ## Acceptance Criteria 
 * **AC 1**: webui can create the needed directories in /var/lib/openqa/share/factory 

 ## Suggestion 
 * Currently if the container doesn't fail the logs are not be printed, so print "docker logs openqa_webui" the logs before destroy the container 
 * Check if there are other directories that require to be created from the webui and can be created

Back