Temporarily disable Ubuntu and Debian ARM queues for distributed testing (#7747)
Helix tests is failing for everyone because these queues are not functioning. Tests timeout after several hours of waiting for agents. Tracking https://github.com/dotnet/core-eng/issues/5261 to re-enable these agents.
This commit is contained in:
parent
895e1c69e0
commit
3a785e0045
|
|
@ -37,16 +37,15 @@
|
|||
Windows.10.Amd64.ClientRS4.VS2017.Open;
|
||||
OSX.1012.Amd64.Open;
|
||||
Ubuntu.1810.Amd64.Open;
|
||||
Ubuntu.1804.Arm64.Open;
|
||||
Ubuntu.1604.Amd64.Open;
|
||||
Centos.7.Amd64.Open;
|
||||
Debian.8.Amd64.Open;
|
||||
Debian.9.Amd64.Open;
|
||||
Debian.9.Arm64.Open;
|
||||
Redhat.7.Amd64.Open;
|
||||
Fedora.27.Amd64.Open;
|
||||
Fedora.28.Amd64.Open;
|
||||
</HelixTargetQueues>
|
||||
<!-- TODO: re-enable Debian.9.Arm64.Open and Ubuntu.1804.Arm64.Open -->
|
||||
<!-- TODO: re-enable Ubuntu.1604.Arm64.Open; curl not found -->
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue