-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Modernize CI configuration: Modern = RS4 + Dev 15.7; Legacy = (2008 R2 & 2012 R2) + Dev14 #5307
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
Modernize CI configuration: Modern = RS4 + Dev 15.7; Legacy = (2008 R2 & 2012 R2) + Dev14 #5307
Conversation
|
Replaces #5280 |
|
@dotnet-bot test ci please |
2 similar comments
|
@dotnet-bot test ci please |
|
@dotnet-bot test ci please |
… + Dev14 * Update Windows build matrix to use a modernized CI configuration: Modern = RS4 + Dev 15.7 and Legacy = Server 2008 R2 + Dev14 * Update script logic for forcing detection of a specific msbuild version Note that the legacy config is the same as before (2008 R2 ~= Windows 7 SP1) which is the lowest Windows OS version ChakraCore supports, and VS 2015 / Dev14 is the lowest Visual Studio version ChakraCore supports. Unfortunately this configuration leaves out coverage for any Windows 8 versions (Modern config was previously 2012 R2 ~= Windows 8.1).
fa7ca17 to
98cbeff
Compare
|
@dotnet-bot test ci please |
|
@MSLaguana @jackhorton @digitalinfinity @Penguinwizzard I have added the Win 8.1 Blue daily builds. @dotnet-bot test ci please |
… fix Modern test param to be -win10
4d99cdc to
7ea3fce
Compare
|
@dotnet-bot test ci please |
|
@dotnet-bot test ci please |
|
@dotnet-bot |
|
@dotnet-bot test ci please |
|
@MSLaguana @Penguinwizzard @boingoing would you mind reviewing the latest revision? |
MSLaguana
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
boingoing
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
… 15.7; Legacy = (2008 R2 & 2012 R2) + Dev14 Merge pull request #5307 from dilijev:ci-updated-legacy-110 * Update Windows build matrix to use a modernized CI configuration: Modern = RS4 + Dev 15.7 and Legacy7 = Server 2008 R2 + Dev14 and Legacy8 = Server 2012 R2 + Dev14 * Update script logic for forcing detection of a specific msbuild version Note that the legacy OS is the same as before (2008 R2 ~= Windows 7 SP1) which is the lowest Windows OS version ChakraCore supports, and the legacy version of VS has been updated to VS 2015 / Dev14, which is now the lowest Visual Studio version ChakraCore supports (since Dev12 support was dropped). This change also adds a second legacy configuration for 2012 R2 ~= Windows 8.1 Blue.
…rn = RS4 + Dev 15.7; Legacy = (2008 R2 & 2012 R2) + Dev14 Merge pull request #5307 from dilijev:ci-updated-legacy-110 * Update Windows build matrix to use a modernized CI configuration: Modern = RS4 + Dev 15.7 and Legacy7 = Server 2008 R2 + Dev14 and Legacy8 = Server 2012 R2 + Dev14 * Update script logic for forcing detection of a specific msbuild version Note that the legacy OS is the same as before (2008 R2 ~= Windows 7 SP1) which is the lowest Windows OS version ChakraCore supports, and the legacy version of VS has been updated to VS 2015 / Dev14, which is now the lowest Visual Studio version ChakraCore supports (since Dev12 support was dropped). This change also adds a second legacy configuration for 2012 R2 ~= Windows 8.1 Blue.
Note that the legacy OS is the same as before (2008 R2 ~= Windows 7 SP1) which is the lowest Windows OS version ChakraCore supports, and the legacy version of VS has been updated to VS 2015 / Dev14, which is now the lowest Visual Studio version ChakraCore supports (since Dev12 support was dropped).
This change also adds a second legacy configuration for 2012 R2 ~= Windows 8.1 Blue.