Project

General

Profile

action #94732

Updated by okurz almost 3 years ago

## Motivation 
 Some teams need to review more than one job group. /tests/overview accepts multiple job groups by id as parameter resolving the latest build within each job group. This now opens the possibility to automatically generate and provide such links so that users can actually find them. 

 ## Acceptance criteria 
 * **AC1:** For any parent group with child groups a link to /tests/overview for the most recent results for multiple job groups is presented to users within the openQA webUI 

 ## Suggestions 

 * Read how the feature of "multiple job groups, no build" works, e.g. see https://github.com/os-autoinst/openQA/pull/3973/files#diff-da13ffe19b5f5515759fdbddec0fb3e78d94541b4a32cc353a128475cb8ecc11R258 
 * Understand the example https://openqa.suse.de/tests/overview?todo=1&groupid=366&groupid=308&groupid=232&groupid=165&groupid=218&groupid=280&groupid=108&groupid=54# that shows the most recent test results from all "SLE aggregate tests", manually created by okurz based from all job groups in https://openqa.suse.de/parent_group_overview/7 tests" 
 * Find a good place on the openQA webUI where to add a link, e.g. the parent job group page and/or the index page 
 * Auto-generate the link iterating over all job groups 
 * As needed add a help text, e.g. hover-text or pop-over help information

Back