Project

General

Profile

action #162299

Updated by zoecao about 1 month ago

#### Motivation 
 It seems the commit [[60912dbc4253feac26fe34c8442a758f9d404724]](https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/19339) 60912dbc4253feac26fe34c8442a758f9d404724 causes a failure in migration job group, see the failures: 
 https://openqa.suse.de/tests/14612176#step/patch_sle/18 
 https://openqa.suse.de/tests/14616365#step/minimal_patch/17 
 In these two jobs, there are multiple repos need to be removed, so need to take this kind of situation into account and update the code of disabling installation repos for s390x. 

 #### Acceptance criteria 
 **AC1** : Update the code in lib/migration.pm sub disable_installation_repos to make the failures above fixed.

Back