-
Notifications
You must be signed in to change notification settings - Fork 5.3k
CI matrix change: Windows #58989
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
CI matrix change: Windows #58989
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
366ff58
CI matrix change: Windows
3b0f94e
Remove Windows Server RS5
b359267
Merge remote-tracking branch 'upstream/main' into jajahoda/libmatrix-…
a165492
Revert .net Framework change
89fbd40
Add 19H1 to rolling
492a6f2
Add Windows.Server.Core.20H2 to CI matrix
44bb535
Merge remote-tracking branch 'upstream/main' into jajahoda/libmatrix-…
2aa6e36
Remove Windows 8.1
9e54a1a
Merge remote-tracking branch 'origin/jajahoda/libmatrix-windows' into…
3bb28e7
Merge remote-tracking branch 'upstream/main' into jajahoda/libmatrix-…
f7ba705
Merge remote-tracking branch 'upstream/main' into jajahoda/libmatrix-…
c0dec52
Remove 20H2 as thhere is a PR for it #60054
0f2e65f
Merge branch 'main' into jajahoda/libmatrix-windows
agocke 4007922
Typo
agocke 1e9b9ff
Merge branch 'main' into jajahoda/libmatrix-windows
danmoseley 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -124,7 +124,6 @@ jobs: | |
| - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}: | ||
| - (Windows.Nano.1809.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:nanoserver-1809-helix-amd64-08e8e40-20200107182504 | ||
| - Windows.7.Amd64.Open | ||
| - Windows.81.Amd64.Open | ||
| - Windows.10.Amd64.Open | ||
| - ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
| - Windows.7.Amd64 | ||
|
|
@@ -139,7 +138,6 @@ jobs: | |
| - Windows.10.Amd64.Open | ||
| - ${{ if and(eq(variables['System.TeamProject'], 'public'), notIn(parameters.jobParameters.helixQueueGroup, 'pr', 'ci', 'libraries')) }}: | ||
| - Windows.7.Amd64.Open | ||
| - Windows.81.Amd64.Open | ||
| - Windows.10.Amd64.Open | ||
| - ${{ if eq(variables['System.TeamProject'], 'internal') }}: | ||
| - Windows.7.Amd64 | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -125,27 +125,26 @@ jobs: | |
| - ${{ if notIn(parameters.jobParameters.framework, 'net48') }}: | ||
| # libraries on mono outerloop | ||
| - ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }}: | ||
| - Windows.81.Amd64.Open | ||
| - Windows.Amd64.Server2022.Open | ||
| # libraries on coreclr (outerloop and innerloop), or libraries on mono innerloop | ||
| - ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}: | ||
| - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: | ||
| - Windows.10.Amd64.ServerRS5.Open | ||
| - Windows.Amd64.Server2022.Open | ||
| - ${{ if ne(parameters.jobParameters.testScope, 'outerloop') }}: | ||
| - Windows.Amd64.Server2022.Open | ||
| - (Windows.Server.Core.1909.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c | ||
| - (Windows.Server.Core.2004.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c | ||
| - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: | ||
| - Windows.81.Amd64.Open | ||
| - Windows.10.Amd64.Server2022.ES.Open | ||
| - Windows.11.Amd64.ClientPre.Open | ||
| - ${{ if eq(parameters.jobParameters.testScope, 'outerloop') }}: | ||
| - (Windows.Server.Core.1909.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c | ||
| - (Windows.Server.Core.2004.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c | ||
| - ${{ if ne(parameters.jobParameters.runtimeFlavor, 'mono') }}: | ||
| - (Windows.Nano.1809.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:nanoserver-1809-helix-amd64-08e8e40-20200107182504 | ||
|
|
||
| # .NETFramework | ||
| - ${{ if eq(parameters.jobParameters.framework, 'net48') }}: | ||
| - Windows.10.Amd64.Client21H1.Open | ||
| - Windows.11.Amd64.ClientPre.Open | ||
|
|
||
|
|
||
| # windows x86 | ||
| - ${{ if eq(parameters.platform, 'windows_x86') }}: | ||
|
|
@@ -154,11 +153,11 @@ jobs: | |
| # mono outerloop | ||
| - ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }}: | ||
| - Windows.7.Amd64.Open | ||
| - Windows.10.Amd64.ServerRS5.Open | ||
| - Windows.11.Amd64.ClientPre.Open | ||
| # libraries on coreclr (outerloop and innerloop), or libraries on mono innerloop | ||
| - ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}: | ||
| - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: | ||
| - Windows.10.Amd64.ServerRS5.Open | ||
| - Windows.11.Amd64.ClientPre.Open | ||
| - Windows.Amd64.Server2022.Open | ||
| - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: | ||
| - Windows.10.Amd64.Server2022.ES.Open | ||
|
|
||
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.