Project

General

Profile

action #120366

Updated by JERiveraMoya over 1 year ago

#### Observation **Observation** 
 In migration regression group, the cases settings are mixed from job yaml and test suites, such as: 
 ``` 
 - online_sles15sp2_ltss_pscc_basesys-srv-desk-dev-contm-lgm-py2-tsm-wsm-pcm_all_full: 
          **testsuite: online_sles15sp1_pscc_Addons-basesys-srv-desk-dev-contm-lgm-pcm-py2-tsm-wsm_all_full** 
          settings: 
             SCC_ADDONS: base,serverapp,desktop,dev,contm,lgm,python2,tsm,wsm,ltss,pcm 
             ... 
 ``` 
 the testsuite `online_sles15sp1_pscc_Addons-basesys-srv-desk-dev-contm-lgm-pcm-py2-tsm-wsm_all_full` of online_sles15sp1_pscc_Addons-basesys-srv-desk-dev-contm-lgm-pcm-py2-tsm-wsm_all_full is created in https://openqa.suse.de/admin/test_suites 
 So the case borrowed some settings from old testsuites, need to break it. Expecting two HPC cases, all the SLES cases settings need to break borrowing settings. 

 #### Acceptance criteria **Acceptance criteria** 
 **AC1**: rewrite the case settings for regression group cases (sles only), break borrowing settings from old test suites, testsuites, and add the required settings in job template yaml file. 

Back