action #92731
coordination #39719: [saga][epic] Detection of "known failures" for stable tests, easy test results review and easy tracking of known issues
coordination #19720: [epic] Simplify investigation of job failures
clickable git log entries in investigation tab
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Motivation¶
See #91878#note-3
Acceptance criteria¶
- AC1: git hash entries in the investigation tab of openQA job link to display of corresponding git commits, e.g. on github
Suggestions¶
- Similar as we already point to github repositories for test source code that comes from git we could make each git hash or the complete git log line an
a href
entry pointing to the corresponding page on github. Keep in mind that we look on github only for test code that we directly checkout from github, maybe we can't do the same easily here, then point this out in the ticket and don't continue until we progressed with #58184
Related issues
History
#1
Updated by okurz about 2 years ago
- Copied from action #92188: test reviewers are pointed to the "first bad vs. last good" comparison if current job is not already the first bad added
#2
Updated by okurz about 2 years ago
- Parent task changed from #91518 to #19720
#3
Updated by ybonatakis almost 2 years ago
an attempt to provide links of the git logs https://github.com/os-autoinst/openQA/pull/3993
#4
Updated by cdywan almost 2 years ago
- Related to action #91878: Improve git log entries in failed test investigation added
#5
Updated by okurz over 1 year ago
- Status changed from Workable to Resolved
- Assignee set to ybonatakis
https://github.com/os-autoinst/openQA/pull/3993 now solves this. props to ybonatakis :)