action #91647
closedQA - coordination #91646: [saga][epic] SUSE Maintenance QA workflows with fully automated testing, approval and release
coordination #91467: [epic] Surface openQA failures per squad in a single place
Making option to filter by flavor, test name on /tests/overview more prominent
Description
Motivation¶
Filtering by flavor, test name, job group on tests overview page is possible but not configurable in the filter box, could be extended
Acceptance criteria¶
- AC1: Filtering by flavor, test name, job group on /tests/overview is configurable via UI elements or documented how to do that accessible from that page
- AC2: The filter box on /tests/overview is not getting too big :)
Updated by okurz over 3 years ago
- Subject changed from Making option to filter by flavor on /tests/overview more prominent to Making option to filter by flavor, test name, job group on /tests/overview more prominent
- Description updated (diff)
Updated by kraih over 3 years ago
- Assignee set to kraih
I've not worked in this part of the code yet, should be interesting.
Updated by kraih over 3 years ago
I ran into a performance issue where empty flavor
values in the form would sometimes result in all jobs getting listed. So i'll have to add validation #94901 before the filter form can be updated.
Updated by kraih over 3 years ago
Cris and Tina are working on the same code atm., just slightly different areas, so we'll have to coordinate a bit.
Updated by okurz over 3 years ago
ok, good to coordinate with Cris. Tina is working on /tests within #94937 so not the same as the "filter box" within /tests/overview but as the "complex_query" is used in both cases there is a potential overlap. As both issues by you and Tina are not time-critical you can also serialize the work, e.g. first have one issue solved, then continue with the other, to not step on each other's toes or introduce code conflicts needing annoying code conflict resolution.
Updated by kraih over 3 years ago
Opened a PR with flavor
and test
options. Not sure how to display job groups in the form without it looking messy though. Tried a few things, but nothing worked well enough. https://github.com/os-autoinst/openQA/pull/4005
Updated by kraih over 3 years ago
PR has been merged, so the ticket is partially resolved.
Updated by okurz over 3 years ago
- Copied to action #95278: [easy][beginner] Making option to filter by job group(s) on /tests/overview more prominent added
Updated by okurz over 3 years ago
- Subject changed from Making option to filter by flavor, test name, job group on /tests/overview more prominent to Making option to filter by flavor, test name on /tests/overview more prominent
- Status changed from In Progress to Resolved
as discussed in weekly the part about "flavor and test name" is good and done. For job group we want to look into a suitable solution together later hence split out