Currently, get_bugs_set() and get_jira_set() assume correct formatting of blockers within blockers.yaml. Since we have certain expectations of what kind of data we are looking for (seven digit number for bugs, 'RHOS(something)-(four digit number)' for tickets) we can use a regex to validate the data retrieved by these functions.
Currently,
get_bugs_set()andget_jira_set()assume correct formatting of blockers withinblockers.yaml. Since we have certain expectations of what kind of data we are looking for (seven digit number for bugs, 'RHOS(something)-(four digit number)' for tickets) we can use a regex to validate the data retrieved by these functions.