Actions
action #153874
closed[regression] openqa-investigate post investigate feature is broken
Start date:
2024-01-17
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
When trying out @okurz' PR https://github.com/os-autoinst/scripts/pull/279 to fix dry_run I noticed that the script would not detect investigation comments anymore.
This is due to a recent formatting change from **bold**
to *italic*
.
https://openqa.opensuse.org/tests/3875378 is a failed job, and according to https://openqa.opensuse.org/tests/3875378#comments https://openqa.opensuse.org/tests/3875379 is the investigate:retry job.
Howeer, ./openqa-investigate https://openqa.opensuse.org/tests/3875379
does not write a post investigate comment.
Notes¶
Try out
openqa-cli api --host https://openqa.opensuse.org -X GET jobs/3875378/comments | jq '[.[] | select(.text | contains("Automatic investigation jobs for job") and contains(":investigate:retry**:"))]'
and then remove the second *
at the end
Updated by tinita 11 months ago
- Copied from action #153763: [regression] Fix dry-run of openqa-investigate size:S added
Actions