Project

General

Profile

action #156028

Updated by JERiveraMoya 4 months ago

#### Motivation 
 See epic and tickets in the epic for best practices. 

 Some general summary as a hint (after reading previous tickets): 
 Main goals are to reduce for single test suite to single yaml file comparing the ones created per each architecture before and drive the schedule having different yaml default files per each architecture. The final yaml should be stored in a folder where we have the representation of each test case: schedule/yam/test_cases 
 In order to do that you have to consider if it is just about yaml or would require some code changes to make things more homogeneous, there are multiple approaches ranging from simple dropping small tested functionality in some specific architecture to some more fancy code strategy. 
 At the same time we should care of variables, basically moving all of them to job group yaml. 
 Leave out for now ppc64le, due to most of our test coverage is in PowerVM and it is not working, so verification are not possible atm. Anyway in the future most likely we will have to reduce hugely test coverage for ppc64le, so we should take that into account instead of trying to do much effort in the code due to PowerVM requires special treatment in the console or installation that only make sense to have them in textmode breaking this homogeneity that we are aiming to. 

 Specific from this test suite: 
 All the challengues should have been tackled tackle first in #155908 and #155911 and here we should just apply them. 

 Schedules for this test suite exists in `schedule/yast/sle/guided_ext4`. 

 #### Acceptance criteria 
 **AC1**: Reduce yaml files for corresponding test suite over all the architectures. 
 **AC2**: Apply code modifications from previous tasks for btrfs in #155908 and xfs. #155911 
 **AC3**: Clean-up unused files.

Back