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:
Nate McMaster 2019-02-20 08:55:19 -08:00 committed by GitHub
parent 895e1c69e0
commit 3a785e0045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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>