|
6 | 6 | <HelixAvailablePlatform Include="Linux" />
|
7 | 7 | </ItemGroup>
|
8 | 8 |
|
9 |
| - <!-- x64 queues --> |
10 |
| - <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64'"> |
11 |
| - <HelixAvailableTargetQueue Include="Windows.10.Amd64.Open" Platform="Windows" /> |
12 |
| - <HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" /> |
13 |
| - <HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" /> |
| 9 | + <!-- required for green PR queues --> |
| 10 | + |
| 11 | + <!-- x64 queues --> |
| 12 | + <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsRequiredCheck)' == 'true'"> |
14 | 13 | <HelixAvailableTargetQueue Include="Ubuntu.1604.Amd64.Open" Platform="Linux" />
|
15 |
| - <HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" /> |
16 |
| - <HelixAvailableTargetQueue Include="Centos.7.Amd64.Open" Platform="Linux" /> |
17 |
| - <HelixAvailableTargetQueue Include="Debian.8.Amd64.Open" Platform="Linux" /> |
18 |
| - <HelixAvailableTargetQueue Include="Debian.9.Amd64.Open" Platform="Linux" /> |
19 |
| - <HelixAvailableTargetQueue Include="Redhat.7.Amd64.Open" Platform="Linux" /> |
20 |
| - < HelixAvailableTargetQueue Include= "(Fedora.28.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-28-helix-09ca40b-20190508143249" Platform= "Linux" /> |
21 | 14 | </ItemGroup>
|
22 | 15 |
|
23 |
| - <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'arm64'"> |
| 16 | + <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'arm64' AND '$(IsRequiredCheck)' == 'true'"> |
24 | 17 | <!-- arm64 queues -->
|
25 |
| - < HelixAvailableTargetQueue Include= "(Debian.9.Arm64.Open)Ubuntu.1604.Arm64.Docker[email protected]/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036" Platform= "Linux" /> |
| 18 | + < HelixAvailableTargetQueue Include= "(Debian.9.Arm64.Open)Ubuntu.1804.Armarch[email protected]/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036" Platform= "Linux" /> |
26 | 19 |
|
27 | 20 | <!-- Need to resolve permission issues on this docker queue
|
28 | 21 | <HelixAvailableTargetQueue Include="(Alpine.38.Arm64)[email protected]/dotnet-buildtools/prereqs:alpine-3.8-helix-arm64v8-46e69dd-20190327215724" Platform="Linux" />
|
29 | 22 | <HelixAvailableTargetQueue Include="(Ubuntu-1804.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-6f28fa9-20190606004102" Platform="Linux" />
|
30 | 23 | -->
|
31 | 24 | </ItemGroup>
|
| 25 | + |
| 26 | + <!-- non required queues --> |
| 27 | + <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsRequiredCheck)' != 'true'"> |
| 28 | + <HelixAvailableTargetQueue Include="Windows.10.Amd64.Open" Platform="Windows" /> |
| 29 | + <HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" /> |
| 30 | + <HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" /> |
| 31 | + <HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" /> |
| 32 | + <HelixAvailableTargetQueue Include="Centos.7.Amd64.Open" Platform="Linux" /> |
| 33 | + <HelixAvailableTargetQueue Include="Debian.8.Amd64.Open" Platform="Linux" /> |
| 34 | + <HelixAvailableTargetQueue Include="Debian.9.Amd64.Open" Platform="Linux" /> |
| 35 | + <HelixAvailableTargetQueue Include="Redhat.7.Amd64.Open" Platform="Linux" /> |
| 36 | + < HelixAvailableTargetQueue Include= "(Fedora.28.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-28-helix-09ca40b-20190508143249" Platform= "Linux" /> |
| 37 | + </ItemGroup> |
32 | 38 |
|
33 |
| - <ItemGroup Condition="'$(IsWindowsOnlyTest)' == 'true'"> |
| 39 | + <ItemGroup Condition="'$(IsWindowsOnlyTest)' == 'true' AND '$(IsRequiredCheck)' != 'true'"> |
34 | 40 | <HelixAvailablePlatform Include="Windows" />
|
35 | 41 |
|
36 | 42 | <HelixAvailableTargetQueue Include="Windows.10.Amd64.Open" Platform="Windows" />
|
|
45 | 51 | <HelixPreCommand Include="call RunPowershell.cmd update_schema.ps1 || exit /b 1" />
|
46 | 52 | <HelixPreCommand Include="call RunPowershell.cmd UpdateIISExpressCertificate.ps1 || exit /b 1" />
|
47 | 53 | </ItemGroup>
|
| 54 | + |
48 | 55 | </Project>
|
0 commit comments