oxidecomputer / buildomat

a software build labour-saving device
Mozilla Public License 2.0
53 stars 2 forks source link

text search of historical job logs #43

Open davepacheco opened 8 months ago

davepacheco commented 8 months ago

When running into a new CI failure, when I suspect the failure to be unrelated to the change being tested, I often want to know "have we hit this particular failure on main before?" or "have we ever hit this particular failure before"? I usually search GitHub issues first for some uncommon part of the failure message. That helps sometimes. It would be neat if I could similarly search past buildomat job logs, too. A regex seems handy but really I'm usually just picking an exact string match (filename of a panic, or a panic message, etc).