Project

General

Profile

action #153955

Updated by JERiveraMoya 5 months ago

##### Motivation 
 As far as we keep using the triggering of the maintenance updates builds to run support server images because it is convenient for us, we should just clean properly the settings that we don't use instead of having: 
 https://openqa.suse.de/admin/job_templates/520? 
 ``` 
 ########################################################################################## 
 # When publishing the support images for migration test, we don't take the updated         # 
 #repos into account, because we just need the qcow2 images with the latest offical patchs# 
 ########################################################################################## 
 ``` 

 We need to clean of the settings like BASE_TEST_ISSUES or BASE_TEST_REPOS and we can do it where we set the default for architecture in job group yaml for example. 

 #### Acceptance criteria 
 **AC1**: Settings related with unapproved maintenance updates are not displayed in support server images job group. 

Back