google / oss-fuzz

OSS-Fuzz - continuous fuzzing for open source software.
https://google.github.io/oss-fuzz
Apache License 2.0
10.39k stars 2.21k forks source link

Improve OSS-Fuzz build status page #11906

Open dlemstra opened 5 months ago

dlemstra commented 5 months ago

I sometimes check the OSS-Fuzz build status page using this url: https://oss-fuzz-build-logs.storage.googleapis.com/index.html#imagemagick. Right now our Introspector Build is failing because of an internal issue in ld.gold. And this page work nice when I want to check a failed log. But when using this to quickly check all three build types I cannot change the right side of the page. It would be nice that when one of the three tabs in the left menu is click the right part also gets updated. Today the coverage build suddenly worked again but I cannot easily go to the logs and see the output. The only "trick/hack" to do this is by clicking on a failed Coverage build and then replacing the project name with #imagemagick in the url.

maflcko commented 5 months ago

As a workaround there is also https://introspector.oss-fuzz.com/project-profile?project=imagemagick, which has all three build logs linked on one page.

dlemstra commented 5 months ago

Thanks for that other workaround 👍🏿 Still hope the other page also gets fixed 😉