|
6 | 6 | <HelixAvailablePlatform Include="Linux" />
|
7 | 7 | </ItemGroup>
|
8 | 8 |
|
9 |
| - <!-- required for green PR queues --> |
10 |
| - |
11 |
| - <!-- x64 queues --> |
| 9 | + <!-- required for green PR queues --> |
12 | 10 | <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsRequiredCheck)' == 'true'">
|
13 | 11 | <HelixAvailableTargetQueue Include="Ubuntu.1604.Amd64.Open" Platform="Linux" />
|
14 | 12 | </ItemGroup>
|
15 | 13 |
|
16 |
| - <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'arm64' AND '$(IsRequiredCheck)' == 'true'"> |
| 14 | + <!-- daily scheduled only queues --> |
| 15 | + <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true'"> |
| 16 | + <HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" /> |
| 17 | + <HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="Linux" /> |
| 18 | + <HelixAvailableTargetQueue Include="Centos.7.Amd64.Open" Platform="Linux" /> |
| 19 | + <HelixAvailableTargetQueue Include="Debian.8.Amd64.Open" Platform="Linux" /> |
| 20 | + <HelixAvailableTargetQueue Include="Debian.9.Amd64.Open" Platform="Linux" /> |
| 21 | + <HelixAvailableTargetQueue Include="Redhat.7.Amd64.Open" Platform="Linux" /> |
| 22 | + < HelixAvailableTargetQueue Include= "(Fedora.28.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-28-helix-09ca40b-20190508143249" Platform= "Linux" /> |
| 23 | + </ItemGroup> |
| 24 | + |
| 25 | + <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'arm64' AND '$(IsHelixDaily)' == 'true'"> |
17 | 26 | <!-- arm64 queues -->
|
18 | 27 | < HelixAvailableTargetQueue Include= "(Debian.9.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036" Platform= "Linux" />
|
19 | 28 |
|
|
23 | 32 | -->
|
24 | 33 | </ItemGroup>
|
25 | 34 |
|
26 |
| - <!-- non required queues --> |
| 35 | + <!-- non required queues run on every PR --> |
27 | 36 | <ItemGroup Condition="'$(IsWindowsOnlyTest)' != 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsRequiredCheck)' != 'true'">
|
28 | 37 | <HelixAvailableTargetQueue Include="Windows.10.Amd64.Open" Platform="Windows" />
|
29 | 38 | <HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" />
|
30 | 39 | <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 | 40 | </ItemGroup>
|
38 | 41 |
|
39 | 42 | <ItemGroup Condition="'$(IsWindowsOnlyTest)' == 'true' AND '$(IsRequiredCheck)' != 'true'">
|
|
0 commit comments