https://bugs.winehq.org/show_bug.cgi?id=39385
Bug ID: 39385 Summary: Make the VM descriptions visible Product: Wine-Testbot Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
Each VM has a long description of its hardware and software configuration. They are meant to help developers figure out what's special about a specific VM and how it may explain its results. The long descriptions can be found on the test.winehq.org site by looking at individual reports information.
But they cannot be seen on the testbot.winehq.org site except by the administrator when editing the VM configuration.
They should be visible as a tooltip/infotip in most places when the VM's name is displayed.
https://bugs.winehq.org/show_bug.cgi?id=39385
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This is fixed. The descriptions are now shown in two public places in addition to the (administrator-only) VM configuration pages: * On the job submission page when the user is selecting which VM to run the tests on. * On the job results page allowing him to check if differences in configuration explain the different results.
commit 5a92f4bf051c2e416a2b72a28595887dc638755e Author: Francois Gouget fgouget@codeweavers.com Date: Tue Feb 27 02:44:33 2018 +0100
testbot: Show the VM configuration details when submitting a job.
The VMs are now shown in a table and their short description can be expanded to show the full configuration. This can help select the right set of VMs for the tests.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
commit d9d84229e4e63ee659a10442aa60852ceeda7b8a Author: Francois Gouget fgouget@codeweavers.com Date: Tue Feb 27 02:44:04 2018 +0100
testbot: Show the VM configuration on the Job details page.
This makes it easier to use the VM configuration details when analyzing the test results.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=39385
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com --- Closing.