Closed
Description
WPF builds fail intermittently due to timeouts when Run Developer Regression Tests on Helix Machine stage fails to start within its timeout period (60 mins).
Example of a failed build: https://dev.azure.com/dnceng/internal/_build/results?buildId=224164
=
_TestHelixAgentPool
in eng\pipeline.yml
is currently set to Windows.10.Amd64.Open%3bWindows.7.Amd64.Open%3bWindows.10.Amd64.ServerRS5.Open
It should be changed to Windows.10.Amd64.Open%3bWindows.7.Amd64.Open%3bWindows.10.Amd64.Client19H1.Open
.
In short, stop running tests on ServerRS5. It's a "server core" machine machine, and seems to have problems running tests right now. Change it to Client19H1.