зеркало из https://github.com/Azure/iotedgedev.git
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:
Родитель
66b1055d0d
Коммит
c8520a99d5
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче