-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Fixes for internal runtime usage in build and PRs #35133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
772b359
Fixes for internal runtime usage in build and PRs
mmitche b28331c
Revert _UseOpenHelixQueues != 'true' for VS2019 Preview queues.
mmitche bcb0882
Merge remote-tracking branch 'upstream/main' into source-build-aspnet…
mmitche caa5b36
Merge remote-tracking branch 'upstream/main' into source-build-aspnet…
mmitche e89ed05
Avoid running non-preview queues on internal daily test
mmitche 95ba201
Sort
mmitche abf2531
Add some more comments
mmitche 0c7b36d
Update eng/targets/Helix.Common.props
mmitche 81dbb41
Update eng/SourceBuild.props
mmitche 8d6ac4b
Update eng/targets/Helix.Common.props
mmitche File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,41 +10,55 @@ | |
<HelixAvailablePlatform Include="Windows" /> | ||
</ItemGroup> | ||
|
||
<!-- PR(ci.yaml) required queues --> | ||
<ItemGroup Condition="'$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(_UseHelixOpenQueues)' == 'true'"> | ||
<!-- x64 PR(ci.yaml) required queues for internal and public cases --> | ||
<ItemGroup Condition="'$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' != 'true'"> | ||
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="Windows.10.Amd64.Server20H2.Open" Platform="Windows" /> | ||
<HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="OSX" /> | ||
</ItemGroup> | ||
|
||
<!-- Quarantined test queues --> | ||
<!-- x64 Quarantined-only (quarantined-pr.yml and quarantined-tests.yml) test queues --> | ||
<ItemGroup Condition="'$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(_UseHelixOpenQueues)' == 'true' AND '$(RunQuarantinedTests)' == 'true'"> | ||
<HelixAvailableTargetQueue Include="(Fedora.34.Amd64.Open)ubuntu.1604[email protected]/dotnet-buildtools/prereqs:fedora-34-helix-20210728124700-4f64125" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="(Fedora.34.Amd64.Open)ubuntu.1804[email protected]/dotnet-buildtools/prereqs:fedora-34-helix-20210728124700-4f64125" Platform="Linux" /> | ||
</ItemGroup> | ||
|
||
<!-- queues for helix-matrix.yml pipeline --> | ||
<!-- x64 Queues for public helix-matrix.yml and quarantine pipelines, except in windows-only cases --> | ||
<ItemGroup Condition="'$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true' AND '$(_UseHelixOpenQueues)' == 'true' AND '$(IsWindowsOnlyTest)' != 'true'"> | ||
<HelixAvailableTargetQueue Include="Ubuntu.2004.Amd64.Open" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="OSX.1100.Amd64.Open" Platform="OSX" /> | ||
<!-- Linux --> | ||
<HelixAvailableTargetQueue Include="Debian.9.Amd64.Open" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="Redhat.7.Amd64.Open" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="(Fedora.34.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-34-helix-20210728124700-4f64125" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="Ubuntu.2004.Amd64.Open" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" /> | ||
|
||
<!-- Mac --> | ||
<HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="OSX" /> | ||
<HelixAvailableTargetQueue Include="OSX.1100.Amd64.Open" Platform="OSX" /> | ||
|
||
<!-- Containers --> | ||
<HelixAvailableTargetQueue Include="(Fedora.34.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-34-helix-20210728124700-4f64125" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="(Alpine.312.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.12-helix-20200908125345-56c6673" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="(Mariner)[email protected]/dotnet-buildtools/prereqs:cbl-mariner-1.0-helix-20210528192219-92bf620" Platform="Linux" /> | ||
</ItemGroup> | ||
|
||
<!-- x64 Queues for public helix-matrix.yml and quarantine pipelines, Windows cases--> | ||
<ItemGroup Condition="'$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true' AND '$(_UseHelixOpenQueues)' == 'true'"> | ||
<HelixAvailableTargetQueue Include="Windows.10.Amd64.Server20H2.Open" Platform="Windows" /> | ||
<!-- TODO Re-enable Win-7 queue when dotnet restore are fixed. https://github.com/dotnet/aspnetcore/issues/32683 --> | ||
<!-- <HelixAvailableTargetQueue Include="Windows.7.Amd64.Open" Platform="Windows" /> --> | ||
<HelixAvailableTargetQueue Include="Windows.81.Amd64.Open" Platform="Windows" /> | ||
</ItemGroup> | ||
|
||
<!-- x64 Queues for internal helix-matrix.yml and quarantine pipelines --> | ||
<!-- The preview queue is only available internally, and should only be run on a daily basis --> | ||
<ItemGroup Condition="'$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true' AND '$(_UseHelixOpenQueues)' != 'true'"> | ||
<HelixAvailableTargetQueue Include="Windows.10.Amd64.ClientPre.VS2019.Pre" Platform="Windows" /> | ||
</ItemGroup> | ||
|
||
<!-- arm64 queues for helix-matrix.yml pipeline --> | ||
<!-- arm64 queues for helix-matrix.yml and quarantine pipeline --> | ||
<ItemGroup Condition="'$(TargetArchitecture)' == 'arm64' AND '$(IsHelixDaily)' == 'true' AND '$(_UseHelixOpenQueues)' == 'true' AND '$(IsWindowsOnlyTest)' != 'true'"> | ||
<HelixAvailableTargetQueue Include="(Debian.9.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036" Platform="Linux" /> | ||
</ItemGroup> | ||
|
||
<!-- IIS Express isn't supported on arm64 and most of the IsWindowsOnlyTests depend on it's setup scripts. --> | ||
<ItemGroup Condition="'$(TargetArchitecture)' == 'arm64' AND '$(IsHelixDaily)' == 'true' AND '$(_UseHelixOpenQueues)' == 'true' AND '$(IsWindowsOnlyTest)' != 'true'"> | ||
<HelixAvailableTargetQueue Include="Windows.10.Arm64v8.Open" Platform="Windows" /> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.