Project

General

Profile

action #62741

Updated by riafarov about 4 years ago

## Motivation 
 yaml schedules are error prone as we deal with many files and modules. So we continue improving our automated checks to catch these. 

 Next step will be to check that if we rename module or remove it, that it's not mentioned in any of the yaml schedules and not in main.pm/main_common.pm files 

 ## Acceptance criteria 
 1. CI reports clear error if renamed/removed test module is referenced in any yaml schedule or with loadtest calls in main.pm files or main_common.pm 

 ## Suggestion 
 sh is preferable over bash as it's more scalable.  

Back