Project

General

Profile

action #132272

Updated by okurz about 1 year ago

## Motivation 
 With #109920 openqa-investigate can identify clear *PRODUCT REGRESSIONS*. product regressions. We can extend that same concept to now clearly identify test regressions. 

 ## Acceptance criteria 
 * **AC1:** On failed openQA jobs with openqa-investigate info "retry X, last_good_test **V**, V, last_good_build **X**, X, last_good_test+build V" (X: failed, V: passed) a comment is written pointing to a likely *test* test regression 
 * **AC2:** No such comment is written on other jobs 

 ## Suggestions 
 * Learn what had been done in #109920 for product regressions 
 * Do what had been done in https://github.com/os-autoinst/scripts/pull/223 but for test regression identification

Back