[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Sure, thanks for the details and fix. -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread Steve Dower
Steve Dower added the comment: Sounds like what happened is they *fixed* the error message when you use an invalid VMname. Previously it was falling back to the default, which happened to be the one we thought we were asking for. I've asked for a more public feed of impactful changes, so hop

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread Steve Dower
Steve Dower added the comment: I didn't hear any public announcement, so perhaps not. I'll ask the team. -- ___ Python tracker ___

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread miss-islington
miss-islington added the comment: New changeset 467360eeb24525e330d653826f21f30f47481d08 by Miss Islington (bot) in branch '3.6': bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719) https://github.com/python/cpython/commit/467360eeb24525e330d653826f21f30f47481d08 -- _

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread miss-islington
miss-islington added the comment: New changeset b57f800b351328a67b4a11a1864d39c6b9b8d39f by Miss Islington (bot) in branch '3.7': bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719) https://github.com/python/cpython/commit/b57f800b351328a67b4a11a1864d39c6b9b8d39f -- nosy:

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the fix Steve. I am just wondering if there is a public announcement regarding this image being removed since Google couldn't get me anything. -- ___ Python tracker

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +9108 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread Steve Dower
Steve Dower added the comment: New changeset 4313a293dae579f3406aa94508ff3803a79b0344 by Steve Dower in branch 'master': bpo-34902: Fixes VM image for Azure Pipelines build (GH-9719) https://github.com/python/cpython/commit/4313a293dae579f3406aa94508ff3803a79b0344 -- __

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +9109 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +9102 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread Steve Dower
Steve Dower added the comment: I'll get it. -- assignee: -> steve.dower versions: +Python 3.6, Python 3.7 ___ Python tracker ___ _

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-05 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Similar error reported on Pandas and Numba repositories that was fixed a couple of days back : https://github.com/pandas-dev/pandas/pull/22948 -- ___ Python tracker _

[issue34902] Azure pipelines PR build fails with "Unexpected vmImage 'vs2017-win2017'"

2018-10-04 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : Azure pipelines PR seems to fail with the error "Unexpected vmImage 'vs2017-win2017'" . First build failure with this message : https://dev.azure.com/Python/cpython/_build/results?buildId=31800&view=results Last successful build : https://dev.a