Project

General

Profile

action #91773

Updated by ilausuch over 2 years ago

## Motivation 
 openqa-investigate provides comments in openQA jobs. To see the results one needs to follow the URLs. An immediate overview could be achieved if openQA could automatically replace openQA job URLs when displaying by a status display, e.g. the green/yellow/red bubble icon same as we have in /tests, /tests/overview, the "next & previous" job list, etc. 

 ## Acceptance criteria 
 * **AC1:** Whenever openQA job URLs are rendered in an openQA instance the according job status is visible on the same page 
 * **AC2:** Feature switch exists 

 ## Out of scope 
 * Client side solution 

 ## Suggestions 
 * Assuming we already render comments asynchronously I think putting in the job status whenever we render an openQA job url should be ok performance-wise. 
 * As I am talking about putting the job status within the text comment that could be either just text, like "(passed)", "(soft-failed)" or maybe also nice colored unicode symbols :) 
 * Add a feature switch that we can disable on performance problems

Back