Skip to content
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

CI: update azure VM image #31281

Closed
TomAugspurger opened this issue Jan 24, 2020 · 4 comments · Fixed by #31292
Closed

CI: update azure VM image #31281

TomAugspurger opened this issue Jan 24, 2020 · 4 comments · Fixed by #31292
Assignees
Labels
CI Continuous Integration
Milestone

Comments

@TomAugspurger
Copy link
Contributor

Email from Azure support

On March 23, 2020, we’ll be removing the following Azure Pipelines hosted images:

  • Windows Server 2012R2 with Visual Studio 2015, a.k.a vs2015-win2012r2
  • macOS X High Sierra 10.13, a.k.a macOS-10.13
  • Windows Server Core 1803, a.k.a win1803

If you use YAML pipelines, update your pipeline by editing its YAML file.

jobs:

- job: Windows

  pool:

    vmImage: 'vs2017-win2016'

  steps:

  - script: echo hello from Windows
@TomAugspurger TomAugspurger added the CI Continuous Integration label Jan 24, 2020
@ShaharNaveh
Copy link
Member

ShaharNaveh commented Jan 24, 2020

Is there anything we need to change?

In the azure-pipelines file the value of vmImage is already 'vs2017-win2016'.

vmImage: vs2017-win2016

(The most recent version of the file at the time of writing this)


or I am missing something (probably missing something)

@TomAugspurger
Copy link
Contributor Author

I think the macOS image may be the problem, but I'm not sure.

- template: ci/azure/posix.yml
parameters:
name: macOS
vmImage: xcode9-macos10.13

That at least matches the 10.13 part.

@ShaharNaveh
Copy link
Member

Ahh I see, (this is what I missed).

I'll open a PR addressing everything that's about to be removed.

@ShaharNaveh
Copy link
Member

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants