action #81206
closedcoordination #39719: [saga][epic] Detection of "known failures" for stable tests, easy test results review and easy tracking of known issues
coordination #80828: [epic] Trigger 'auto-review' and 'openqa-investigate' from within openQA when jobs incomplete or fail on o3+osd
Trigger 'openqa-investigate' from within openQA when jobs fail on osd
Description
Updated by okurz almost 4 years ago
- Copied from action #80830: Trigger 'openqa-investigate' from within openQA when jobs fail on o3 added
Updated by okurz almost 4 years ago
- Priority changed from Low to Normal
Trying out on osd with
env host=openqa.suse.de exclude_group_regex='.*(Development|Public Cloud|Released|Others|Kernel|Virtualization).*' /opt/os-autoinst-scripts/openqa-label-known-issues-and-investigate-hook
Updated by openqa_review almost 4 years ago
- Due date set to 2021-01-04
Setting due date based on mean cycle time of SUSE QE Tools
Updated by okurz almost 4 years ago
have not encountered problem but config was reset, likely by salt. Making persistent with https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/420
Updated by okurz almost 4 years ago
many unexpected jobs were triggered. Apparently the git update cron job on osd did not work since 2020-12-08 as the directory belongs to root but the cron job runs as geekotest.
https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/422
Did SQL delete from jobs where test ~ ':investigate:' and state ~ 'scheduled';
to repair for currently scheduled ones. And for running ones to delete nested ones:
for i in $(openqa-cli api --osd jobs state=running | jq '.jobs | .[] | select(.test|test(":investigate:.*:investigate:")) | .id'); do openqa-cli api --osd -X delete jobs/$i ; done
Updated by okurz almost 4 years ago
- Related to action #81859: openqa-investigate triggers incomplete sets for multi-machine scenarios added
Updated by okurz almost 4 years ago
- Status changed from In Progress to Resolved
With https://openqa.suse.de/tests?match=:investigate: we can see that investigation jobs are triggered. There was some discussion in https://gitlab.suse.de/openqa/salt-states-openqa/-/merge_requests/425 and we disabled openqa-investigate for "Maintenance", based on feedback as visible in related tickets.