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

Skip to content

CI: tweak the vm images we use on azure #16605

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 2 commits into from
Mar 1, 2020

Conversation

tacaswell
Copy link
Member

This is prompted by the osx image we were using being deprecated [1].
Looking at [2] to update the osx images, found we are now a version
behind on both win and linux as well. Change so that the newer python
versions run on newer images.

[1] https://devblogs.microsoft.com/devops/removing-older-images-in-azure-pipelines-hosted-pools/
[2] https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops

Need to backport this or CI will start failing on 3.2.x

This is prompted by the osx image we were using being deprecated [1].
Looking at [2] to update the osx images, found we are now a version
behind on both win and linux as well.  Change so that the newer python
versions run on newer images.

[1] https://devblogs.microsoft.com/devops/removing-older-images-in-azure-pipelines-hosted-pools/
[2] https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops
@tacaswell tacaswell added this to the v3.2.1 milestone Feb 28, 2020
We need to fix account for the changes to latex before we can bump this.
@QuLogic QuLogic merged commit 70d59ae into matplotlib:master Mar 1, 2020
@lumberbot-app
Copy link

lumberbot-app bot commented Mar 1, 2020

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
$ git checkout v3.2.x
$ git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
$ git cherry-pick -m1 70d59aee3a3cdfed0c419d6f63d9e218e4eb9551
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
$ git commit -am 'Backport PR #16605: CI: tweak the vm images we use on azure'
  1. Push to a named branch :
git push YOURFORK v3.2.x:auto-backport-of-pr-16605-on-v3.2.x
  1. Create a PR against branch v3.2.x, I would have named this PR:

"Backport PR #16605 on branch v3.2.x"

And apply the correct labels and milestones.

Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon!

If these instruction are inaccurate, feel free to suggest an improvement.

@QuLogic
Copy link
Member

QuLogic commented Mar 1, 2020

Backport in #16612.

timhoffm added a commit that referenced this pull request Mar 1, 2020
Backport PR #16605: CI: tweak the vm images we use on azure
@tacaswell tacaswell deleted the ci_azure_images branch March 3, 2020 03:36
@tacaswell tacaswell modified the milestones: v3.2.1, v3.2.0 Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants