Find bugs and test failures from failed or flaky CI jobs in OpenShift CI.
The search input will use ripgrep regular-expression patterns.
Searches are case-insensitive (using ripgrep "smart casing")
Examples:
timeout
- all JUnit failures with 'timeout' in the resultstatus code \d{3}\s
- all failures that contain 'status code' followed by a 3 digit number(?m)text on one line .* and text on another line
- search for text across multiple linesYou can alter the age of results to search with the dropdown next to the search bar. Note that older results are pruned and may not be available after 14 days.
The amount of surrounding text returned with each match can be changed, including none.
You may filter by job name using regex controls:
^release-
- all jobs that start with 'release-'UpgradeBlocker
- bugs that have 'UpgradeBlocker' in their title
Currently indexing 82.33GB across 133440 results, 56990 failed jobs of 241263, 0 bugs and 2952 issues