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