-
Task
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
-
True
-
-
False
PS: this is to be done after https://issues.redhat.com/browse/INSIGHTSQA-3292 has some progress
It would be good if ephemeral runs send results to ibutsu and we include it in our dashboard
During the PR checks the Ibutsu URL and test run IDs are published as a comment by InsightsDroid account (on GitHub) or iqe-bot (on GitLab).
This is achieved by adding this line to `pr_check.sh` of the repo:
```
source $CICD_ROOT/post_test_results.sh
```
The example of adding such line on GitHub: https://github.com/RedHatInsights/drift-backend/pull/333
The example of adding such line on GitLab: https://gitlab.cee.redhat.com/insights-platform/advisor-backend/-/merge_requests/209