Project

General

Profile

action #30246

Updated by okurz over 6 years ago

As part of #28349 https://progress.opensuse.org/issues/28349 we start using modified profiles and expanding variables. 
 For the profiles which are available in the os-autoinst-distri repo we use openQA functionality to modify and upload files. 
 For the profiles in aytests repo we use cgi apache script, but it doesn't work well if we need to replace dynamic variables which are available in the job only. Hence as first step, we ave implemented cheap solution to replace values using sed on the support server, see https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4193 

 Downloading profile and using same code as for profiles in os-autoinst-distri repo didn't work well as profiles are not available immediately, using locks didn't help and requires more investigation. 

 Alternative solution could be to use github url directly and get rid of support server when it's not required. 

 ## Acceptance criteria 
 * AC1 Variables expansion is done in one place

Back