action #13712
closed[tools][dashboard]overview page for multiple products at once
0%
Description
User story¶
As a reviewer of all tests on an openQA instance looking for common problems I want the overview page to show me results from multiple or all of distri/version/flavor/group so that I do not need to open one page for every single combination
acceptance criteria¶
- AC1: the test overview page supports display of multiple distri/version/flavor/group by selecting multiple
- AC2: the test overview page supports display of all results within each of the above mentioned list if the corresponding value has not been specified (as for "latest build" when leaving out build)
- AC3: multiple values for one parameter are OR-combined
out of scope¶
- showing multiple builds at once
- showing specific build for individual set when zero or multiple values are specified for distri, version, etc.
further details¶
flavor, machine, test, arch have been shown all previously anyway so they should merely be preserved in their behaviour. So regarding expected new behaviour we can focus on distri, version, build. version should be handled like a specialization of distri in general.
Regarding AC2 there are some "interesting" scenarios:
- no distri, no version, build, e.g. '/tests/overview?build=0123' -> that can be very ambiguous as a build might appear everywhere. Anyway, to not restrict anything - maybe the instance is just used for one distri+version - just return what has been found for that build -> query DB for that build
- distri, version, build -> easy case (if single value for each) -> lookup DB by that specification and return
- distri, version, no build -> most recent build within distri+version
- no distri, no version, no build -> lookup distris+versions first, find most recent build for each
Updated by okurz about 8 years ago
- Copied from action #12448: add as query parameter the failed module for overview page added
Updated by okurz about 8 years ago
- Related to coordination #13812: [epic][dashboard] openQA Dashboard ideas added
Updated by okurz about 8 years ago
- Category set to 140
- Status changed from New to In Progress
- Assignee set to okurz
https://github.com/os-autoinst/openQA/pull/1040 adds possibility to show jobs from multiple job groups for the same distri/version/build. Next step after that would be make it work regardless of distri/version/build, e.g. show the latest build individually for each flavor/jobgroup.
Updated by okurz almost 8 years ago
- Description updated (diff)
Updated by okurz almost 8 years ago
Updated by okurz almost 8 years ago
- Target version changed from Milestone 5 to Milestone 6
Updated by okurz over 7 years ago
"multiple group, no build" -> https://github.com/os-autoinst/openQA/pull/1208 merged
Updated by RBrownSUSE over 7 years ago
- Subject changed from overview page for multiple products at once to [tools][dashboard]overview page for multiple products at once
Updated by okurz over 7 years ago
- Target version changed from Milestone 6 to Milestone 7
still not done, isn't it embarassing?
Updated by okurz over 7 years ago
- Related to action #18330: [tools][dashboard] Multiple groups on index page and/or group_overview on webUI added
Updated by okurz over 7 years ago
- Target version deleted (
Milestone 7)
shame. Can't find the time to look into this but I still want to.
Updated by okurz over 7 years ago
- Priority changed from Normal to Low
- Target version deleted (
Milestone 8)
Still did not manage to regard this with priority during M8. Maybe now that SLE 12 SP3 calms down a bit I might find the time. But to be honest: I think it's lower priority (now) as at least for myself I am using e.g. the auto-generated report on https://w3.nue.suse.com/~okurz/openqa_suse_de_status.html for a bigger overview. Still valid feature request.
Updated by okurz about 7 years ago
- Blocks action #23914: [tools][dashboard] Tests overview only shows one distri added
Updated by RBrownSUSE about 7 years ago
- Blocks deleted (action #23914: [tools][dashboard] Tests overview only shows one distri)
Updated by okurz about 7 years ago
"Add support for multiple distri/version/group on /tests/overview" in https://github.com/os-autoinst/openQA/pull/1107 merged
All ACs covered. Now on to #18330 for a change on the index page
Updated by okurz about 7 years ago
err, I meant on to #23914 for index page change
Updated by okurz about 7 years ago
- Related to action #23914: [tools][dashboard] Tests overview only shows one distri added