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.
https://bugs.winehq.org/show_bug.cgi?id=42770
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |39379
https://bugs.winehq.org/show_bug.cgi?id=42770
--- Comment #1 from François Gouget fgouget@codeweavers.com --- The Windows and Wine TestBot pattern pages both focus on just the TestBot pages.
https://test.winehq.org/data/patterns-tb-win.html https://test.winehq.org/data/patterns-tb-wine.html
This is not exactly the same as having a flat index or being able to have index pages that show only the TestBot VMs.
https://test.winehq.org/data/ https://test.winehq.org/data/tests/user32:msg.html
But I believe it can provide pretty similar benefits.
https://bugs.winehq.org/show_bug.cgi?id=42770 Bug 42770 depends on bug 39379, which changed state.
Bug 39379 Summary: test.winehq.org: Show a specific test history for a machine or platform https://bugs.winehq.org/show_bug.cgi?id=39379
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED