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 111.9GB across 220182 results, 102766 failed jobs of 322675, 0 bugs and 2700 issues