Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update deprecated vmImage 'vs2017-win2016' in azure pipelines #22670

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 1 commit into from
Mar 22, 2022

Conversation

timhoffm
Copy link
Member

@timhoffm timhoffm commented Mar 19, 2022

PR Summary

https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/#windows says that 'vs2017-win2016' will likely work with 'windows-2019' as well.

This changes from VisualStudio 2017 to VisualStudio 2019. Not sure if that's a problem. Lets's see.

N.b. 'windows-2019' is the same as 'windows-latest', and the py38 and py39 builds use the latter. Is there a reason that we pin the version here?

@tacaswell tacaswell added this to the v3.6.0 milestone Mar 21, 2022
@tacaswell
Copy link
Member

The pinned version came in via c53e850 so is a question for @QuLogic I think.

There is probably value in keeping one of our CI runs pinned back to the oldest vscode we expect to support (just to make sure we do not sneak any non-portable c++ in).

@QuLogic
Copy link
Member

QuLogic commented Mar 22, 2022

It's actually that I moved the 3.7 section to the end and changed it to 3.10. Really, I think 3.8 maybe should've had the oldest version, but I'm not sure if it really matters, so long as somewhere is checking old builds. It's probably fine to make it latest.

@timhoffm timhoffm force-pushed the azure-pipeline-win2016 branch from 3eeedcf to 0e5eb35 Compare March 22, 2022 14:30
@timhoffm timhoffm force-pushed the azure-pipeline-win2016 branch from 0e5eb35 to 093b6cf Compare March 22, 2022 14:34
@timhoffm
Copy link
Member Author

Ok, I've pinned the win_py38 build to windows-2019 and made all other win builds use windows-latest.

@QuLogic QuLogic merged commit a65efef into matplotlib:main Mar 22, 2022
@timhoffm timhoffm deleted the azure-pipeline-win2016 branch March 22, 2022 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants