action #156553
Updated by okurz 8 months ago
## Motivation
From #121246-15: "We'd need to look for all the tests that are failing for a given incident, using the same TEST_ISSUES for both, Aggregates and Incidents". So what is needed is a single command line or openQA webUI search view to show all tests blocking an incident by squad. After #117655 and #119746 and #156547 we should combine both.
## Goals
* **G1:** Proof-of-concept for an openQA webUI search view to show all tests blocking an incident by squad, e.g. based on special job setting or group glob
## Suggestions
* With #156547 we are able to filter jobs by test settings so we can find all tests related to one incident
* We have support for group globbing (#134933#note-32)
* https://openqa.opensuse.org/tests?group_glob=*Leap*&todo=1
* "squads" could be mapped into openQA for example with special job settings, e.g. QE Core ensures to trigger all their tests with _SQUAD='QE Core' and then be able to filter by that
* This doesn't need to be specific to squads/blocking tests (openQA itself should not know about these SUSE specific concepts)
## Out of scope
* We don't care if searching for job settings is limited by an artificial search depth or super slow -> #156547
Back