https://bugs.winehq.org/show_bug.cgi?id=42770
Bug ID: 42770 Summary: test.winehq.org: Provide a view showing only the TestBot VMs Product: WineHQ.org Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: www-unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
In Huw's words:
Something else that would be very useful is the ability to display just the test bot VMs. These are the ones we care about the most, and the ones that are possible to fix without having to get a third-party to manually run a test. I find it difficult to just keep track of these VMs when their results get swamped by all the other machines’ failures.
I‘d imagine this should be possible to do using static pages. The root page (equivalent to data/index.html) could be something like data/wtb_index.html. Clicking on a build id would take you to data/build-id/wtb_index.html, then clicking on an OS flavour would take you to data/build-id/wtb_index_flavour.html. You’d also need some way to toggle in and out of the mode.
This should be pretty similar to adding the 'flat index' files mentioned in bug 39379. https://bugs.winehq.org/show_bug.cgi?id=39379
An interesting alternative would be to go the JavaScript way and make the index files, which are essentially big tables, sortable, filterable on the client-side.