Actions
action #120366
closedRewrite regression job group configuration by breaking borrowed settings from old testsuites
Description
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
...
testsuite 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¶
AC1: rewrite the case settings for regression group cases (sles only), break borrowing settings from old test suites, and add the required settings in job template yaml file.
Actions