Project

General

Profile

action #119746

Updated by okurz 10 months ago

## Motivation 
 Also see #118639. The idea is to be able to find openQA jobs that need review as they block approval of maintenance updates. To find jobs needing review we can already use the "todo" checkbox on /tests but we also need to filter out jobs in "development" or outside any job group as well as match on either the job group name, e.g. match "Core Maintenance" or match on *not* "Kernel Maintenance". 

 ## Acceptance criteria 
 * **AC1:** Proof of concept spike solution exists showing how one can filter "by review squad" over the UI 

 ## Suggestions 
 * Proof of concept spike solution to filter jobs on /tests based on job group and job name. To be most flexible regex should be supported including also negative matches to exclude job names or job groups 
 * As desired ask usual reviewers for how they would look for "their job"

Back