Skip to content

Commit 3a785e0

Browse files
authored
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.
1 parent 895e1c6 commit 3a785e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/helix/helix.proj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,15 @@
3737
Windows.10.Amd64.ClientRS4.VS2017.Open;
3838
OSX.1012.Amd64.Open;
3939
Ubuntu.1810.Amd64.Open;
40-
Ubuntu.1804.Arm64.Open;
4140
Ubuntu.1604.Amd64.Open;
4241
Centos.7.Amd64.Open;
4342
Debian.8.Amd64.Open;
4443
Debian.9.Amd64.Open;
45-
Debian.9.Arm64.Open;
4644
Redhat.7.Amd64.Open;
4745
Fedora.27.Amd64.Open;
4846
Fedora.28.Amd64.Open;
4947
</HelixTargetQueues>
48+
<!-- TODO: re-enable Debian.9.Arm64.Open and Ubuntu.1804.Arm64.Open -->
5049
<!-- TODO: re-enable Ubuntu.1604.Arm64.Open; curl not found -->
5150
</PropertyGroup>
5251
</Project>

0 commit comments

Comments
 (0)