|
|
@ -9,61 +9,18 @@
|
|
|
|
#ANSIBLE_VERBOSITY: 3
|
|
|
|
#ANSIBLE_VERBOSITY: 3
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
- job: Mac1015
|
|
|
|
- job: mac11
|
|
|
|
# vanilla Ansible is really slow
|
|
|
|
# vanilla Ansible is really slow
|
|
|
|
timeoutInMinutes: 120
|
|
|
|
timeoutInMinutes: 120
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- template: azure-pipelines-steps.yml
|
|
|
|
- template: azure-pipelines-steps.yml
|
|
|
|
pool:
|
|
|
|
pool:
|
|
|
|
# https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md
|
|
|
|
# https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md
|
|
|
|
vmImage: macOS-10.15
|
|
|
|
|
|
|
|
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_310:
|
|
|
|
|
|
|
|
python.version: '3.10'
|
|
|
|
|
|
|
|
tox.env: py310-mode_mitogen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# TODO: test python3, python3 tests are broken
|
|
|
|
|
|
|
|
Loc_27_210:
|
|
|
|
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_localhost-ansible2.10
|
|
|
|
|
|
|
|
Loc_27_4:
|
|
|
|
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_localhost-ansible4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# NOTE: this hangs when ran in Ubuntu 18.04
|
|
|
|
|
|
|
|
Van_27_210:
|
|
|
|
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_localhost-ansible2.10
|
|
|
|
|
|
|
|
STRATEGY: linear
|
|
|
|
|
|
|
|
ANSIBLE_SKIP_TAGS: resource_intensive
|
|
|
|
|
|
|
|
Van_27_4:
|
|
|
|
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_localhost-ansible4
|
|
|
|
|
|
|
|
STRATEGY: linear
|
|
|
|
|
|
|
|
ANSIBLE_SKIP_TAGS: resource_intensive
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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-11
|
|
|
|
vmImage: macOS-11
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
Mito_27:
|
|
|
|
Mito_27:
|
|
|
|
tox.env: py27-mode_mitogen
|
|
|
|
tox.env: py27-mode_mitogen
|
|
|
|
Mito_37:
|
|
|
|
|
|
|
|
python.version: '3.7'
|
|
|
|
|
|
|
|
tox.env: py37-mode_mitogen
|
|
|
|
|
|
|
|
Mito_310:
|
|
|
|
Mito_310:
|
|
|
|
python.version: '3.10'
|
|
|
|
python.version: '3.10'
|
|
|
|
tox.env: py310-mode_mitogen
|
|
|
|
tox.env: py310-mode_mitogen
|
|
|
@ -86,38 +43,29 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- job: Linux
|
|
|
|
- job: Linux
|
|
|
|
pool:
|
|
|
|
pool:
|
|
|
|
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-README.md
|
|
|
|
# https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004-Readme.md
|
|
|
|
vmImage: "Ubuntu 18.04"
|
|
|
|
vmImage: ubuntu-20.04
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- template: azure-pipelines-steps.yml
|
|
|
|
- template: azure-pipelines-steps.yml
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
Mito_27_centos6:
|
|
|
|
Mito_27_centos6:
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_mitogen-distro_centos6
|
|
|
|
tox.env: py27-mode_mitogen-distro_centos6
|
|
|
|
Mito_27_centos7:
|
|
|
|
Mito_27_centos7:
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_mitogen-distro_centos7
|
|
|
|
tox.env: py27-mode_mitogen-distro_centos7
|
|
|
|
Mito_27_centos8:
|
|
|
|
Mito_27_centos8:
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_mitogen-distro_centos8
|
|
|
|
tox.env: py27-mode_mitogen-distro_centos8
|
|
|
|
Mito_27_debian9:
|
|
|
|
Mito_27_debian9:
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_mitogen-distro_debian9
|
|
|
|
tox.env: py27-mode_mitogen-distro_debian9
|
|
|
|
Mito_27_debian10:
|
|
|
|
Mito_27_debian10:
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_mitogen-distro_debian10
|
|
|
|
tox.env: py27-mode_mitogen-distro_debian10
|
|
|
|
Mito_27_debian11:
|
|
|
|
Mito_27_debian11:
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_mitogen-distro_debian11
|
|
|
|
tox.env: py27-mode_mitogen-distro_debian11
|
|
|
|
Mito_27_ubuntu1604:
|
|
|
|
Mito_27_ubuntu1604:
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_mitogen-distro_ubuntu1604
|
|
|
|
tox.env: py27-mode_mitogen-distro_ubuntu1604
|
|
|
|
Mito_27_ubuntu1804:
|
|
|
|
Mito_27_ubuntu1804:
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_mitogen-distro_ubuntu1804
|
|
|
|
tox.env: py27-mode_mitogen-distro_ubuntu1804
|
|
|
|
Mito_27_ubuntu2004:
|
|
|
|
Mito_27_ubuntu2004:
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_mitogen-distro_ubuntu2004
|
|
|
|
tox.env: py27-mode_mitogen-distro_ubuntu2004
|
|
|
|
|
|
|
|
|
|
|
|
Mito_36_centos6:
|
|
|
|
Mito_36_centos6:
|
|
|
@ -177,10 +125,8 @@ jobs:
|
|
|
|
tox.env: py310-mode_mitogen-distro_ubuntu2004
|
|
|
|
tox.env: py310-mode_mitogen-distro_ubuntu2004
|
|
|
|
|
|
|
|
|
|
|
|
Ans_27_210:
|
|
|
|
Ans_27_210:
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_ansible-ansible2.10
|
|
|
|
tox.env: py27-mode_ansible-ansible2.10
|
|
|
|
Ans_27_4:
|
|
|
|
Ans_27_4:
|
|
|
|
python.version: '2.7'
|
|
|
|
|
|
|
|
tox.env: py27-mode_ansible-ansible4
|
|
|
|
tox.env: py27-mode_ansible-ansible4
|
|
|
|
|
|
|
|
|
|
|
|
Ans_36_210:
|
|
|
|
Ans_36_210:
|
|
|
|