action #132272
Updated by tinita about 1 year ago
## Motivation
With #109920 openqa-investigate can identify clear *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**, last_good_build **X**, last_good_test+build V" (X: failed, V: passed) a comment is written pointing to a likely *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
## Steps
* https://github.com/os-autoinst/scripts/pull/265 Identify reproducible test issues