From 77c306199c201bbf00fb23f2a8ae4f519444b063 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 15 Dec 2021 12:07:00 +0000 Subject: [PATCH 1/2] ci: Explicitly test on macOS-11 VM Image As of writing this macOS-latest isn't quite yet upgraded, but warnings about it are spewing out. --- .ci/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 3484cd4d6..7af6cdb57 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -77,14 +77,14 @@ jobs: STRATEGY: linear ANSIBLE_SKIP_TAGS: resource_intensive -- job: MacLatest +- job: Mac11 # vanilla Ansible is really slow timeoutInMinutes: 120 steps: - template: azure-pipelines-steps.yml pool: # https://github.com/actions/virtual-environments/blob/main/images/macos/ - vmImage: macOS-latest + vmImage: macOS-11 strategy: matrix: Mito_27: From d424895344d654a2ac5e81c43302d627c980b30c Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 15 Dec 2021 12:08:26 +0000 Subject: [PATCH 2/2] ci: Drop Mac1014 jobs The VM Image has been retired by Azure Pipelines. --- .ci/azure-pipelines.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 7af6cdb57..70a202b34 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -9,26 +9,6 @@ #ANSIBLE_VERBOSITY: 3 jobs: -- job: Mac1014 - # vanilla Ansible is really slow - timeoutInMinutes: 120 - steps: - - template: azure-pipelines-steps.yml - pool: - # https://github.com/actions/virtual-environments/blob/main/images/macos/ - vmImage: macOS-10.14 - strategy: - matrix: - Mito_27: - python.version: '2.7' - tox.env: py27-mode_mitogen - Mito_36: - python.version: '3.6' - tox.env: py36-mode_mitogen - Mito_39: - python.version: '3.9' - tox.env: py39-mode_mitogen - - job: Mac1015 # vanilla Ansible is really slow timeoutInMinutes: 120