Skip to content

Commit 4d631c9

Browse files
authored
Only run host tests for linux-x64 on Azure Linux helix queues (#118005)
We're currently sending tests to both AzureLinux.3.Amd64.Open and Ubuntu.2204.Amd64.Open. Just AzureLinux.3.Amd64.Open should be enough for host tests. I've seen some long wait times and timeouts for host tests sent to Ubuntu.2204.Amd64.Open recently. The libraries tests already run on Ubuntu - they use the live host, so that should have enough basic coverage.
1 parent 7195086 commit 4d631c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/pipelines/installer/helix-queues-setup.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
# Linux x64
4343
- ${{ if eq(parameters.platform, 'linux_x64') }}:
4444
- AzureLinux.3.Amd64.Open
45-
- Ubuntu.2204.Amd64.Open
4645

4746
# OSX arm64
4847
- ${{ if eq(parameters.platform, 'osx_arm64') }}:

0 commit comments

Comments
 (0)