Project

General

Profile

action #131279

Updated by livdywan 3 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 [timeboxed:6h][spike solution] a single command line or openQA webUI search view to show all tests blocking an incident by squad. After #117655 and #119746 we should combine both. 

 ## Suggestions 
 * We can get a job for a particular incident (#117655#note-33) 
   * openqa-cli api --o3    /job_settings/jobs key=*_TEST_ISSUES list_value=1234567 
   * openqa-cli api --osd    /job_settings/jobs key=LTSS_TEST_ISSUES list_value=20988 
 * We have support for group globbing (#134933#note-32) 
   * https://openqa.opensuse.org/tests?group_glob=*Leap*&todo=1

Back