Fix azure pipeline vmimage deprecations - #2775
Conversation
`macos-10.14` and `vs2017-win2016` vm images are deprecated and this replaces them with newer images. Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
bd70e07 to
222192a
Compare
pombredanne
left a comment
There was a problem hiding this comment.
Thanks! I think we should keep also the oldest supported versions first and it's OK to also add newest 11 and 2022 versions like you did... but we cannot only support the latest and greatest.
|
I looked into the images available here and here In windows we already did the tests on In MacOS, there are only three, 10.14, 10.15 and 11, of which 10.14 will be deprecated and removed soon. So replaced those tests too. Also note that I removed python 3.6 in the newer images, as they are not supported and not present so were generating errors. Do you also mean the ordering on the tests in the azure-pipelines.yml file? Like the |
pombredanne
left a comment
There was a problem hiding this comment.
Do you also mean the ordering on the tests in the azure-pipelines.yml file? Like the windows-2019 should be before the windows-2022 test?
No, we are all good as it is ... thank you ++... merging!
macos-10.14andvs2017-win2016vm images are deprecated andthis replaces them with newer images.
See https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/
macos-10.14would be deprecated on December 10, 2021vs2017-win2016would be deprecated on March 15, 2022Signed-off-by: Ayan Sinha Mahapatra ayansmahapatra@gmail.com
Tasks
Run tests locally to check for errors.