Disable CI on Mac since it always fail due to agent issue (#415)

Ticket for tracking: https://developercommunity.visualstudio.com/content/problem/750896/azure-pipelines-mac-os-agent-could-not-pull-image.html
This commit is contained in:
Chaoyi Yuan 2019-11-29 16:59:27 +08:00 коммит произвёл GitHub
Родитель 66b1055d0d
Коммит c8520a99d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 17 добавлений и 17 удалений

Просмотреть файл

@ -22,23 +22,23 @@ jobs:
steps:
- template: win32/continuous-build-win32.yml
- job: MacOS
pool:
vmImage: macOS-10.13
strategy:
matrix:
Python27:
python.version: "2.7"
TOXENV: "py27"
Python36:
python.version: "3.6"
TOXENV: "py36"
Python37:
python.version: "3.7"
TOXENV: "py37"
maxParallel: 1
steps:
- template: darwin/continuous-build-darwin.yml
# - job: MacOS
# pool:
# vmImage: macOS-10.13
# strategy:
# matrix:
# Python27:
# python.version: "2.7"
# TOXENV: "py27"
# Python36:
# python.version: "3.6"
# TOXENV: "py36"
# Python37:
# python.version: "3.7"
# TOXENV: "py37"
# maxParallel: 1
# steps:
# - template: darwin/continuous-build-darwin.yml
- job: Linux
pool: