action #126551
Updated by okurz 5 months ago
## Motivation
Followup to #126548. Once an API endpoint exists in the qem-dashboard for flagging openQA jobs as missing, qem-bot should start using it.
## Acceptance criteria
* **AC1:** qem-bot flags missing openQA jobs as such in the qem-dashboard
## Suggestions
* Missing openQA jobs already show up in the qem-bot pipeline logs. Extend that to notify the qem-dashboard using the new API endpoint
* Find examples in gitlab CI pipeline runs where openQA jobs are missing to have a starting point for a test and verification
* Verify the result with a quick SQL query on the dashboard's database for flagged missing jobs logs
Back