Project

General

Profile

action #138299

Updated by okurz 6 months ago

## Motivation 
 #132272 already showed us that besides clear product issues we can now also clearly identify test issues. However the message is rather subtle, nestled behind the repetition of the "retry job evaluation" comment, e.g. 
 from https://openqa.suse.de/tests/12563482#comments 
 * first comment: all 4 investigation jobs triggered including nice light bulb with link to more information 
 * second comment: bisect jobs 
 * third comment: retry job result evaluation and just behind with a not so obvious message the text "Jobs including the last good test are ok, likely a test issue" 

 so likely many users will not see the very important result message about the "likely a test issue" and what it means. So we should make the final aggregation messages from openqa-investigate more prominent, for example in the very same comment blank line between for separation, nice unicode icon to catch the eye, maybe also combine the result comment as edit of the first comment. 

 ## Acceptance criteria 
 * **AC1:** The final evaluation comment is obviously more prominent 

 ## Suggestions 
 * Similar to the light bulb icon which we added just recently use a fancy unicode icon to catch the eye for that important message 
 * Take a look into https://github.com/os-autoinst/scripts/ where the code is, search for the string "Detailed explanation of this comment" 
 * Editing comments is already in our tooling. If it's feasible and easy enough to do then include the result message in the first comment but it's not necessarily mandatory

Back