|
9 | 9 | #ANSIBLE_VERBOSITY: 3 |
10 | 10 |
|
11 | 11 | jobs: |
| 12 | +- job: Mac1014 |
| 13 | + # vanilla Ansible is really slow |
| 14 | + timeoutInMinutes: 120 |
| 15 | + steps: |
| 16 | + - template: azure-pipelines-steps.yml |
| 17 | + pool: |
| 18 | + # https://github.com/actions/virtual-environments/blob/main/images/macos/ |
| 19 | + vmImage: macOS-10.14 |
| 20 | + strategy: |
| 21 | + matrix: |
| 22 | + Mito_27: |
| 23 | + python.version: '2.7' |
| 24 | + tox.env: py27-mode_mitogen |
| 25 | + Mito_36: |
| 26 | + python.version: '3.6' |
| 27 | + tox.env: py36-mode_mitogen |
| 28 | + Mito_39: |
| 29 | + python.version: '3.9' |
| 30 | + tox.env: py39-mode_mitogen |
12 | 31 |
|
13 | | -- job: Mac |
| 32 | +- job: Mac1015 |
14 | 33 | # vanilla Ansible is really slow |
15 | 34 | timeoutInMinutes: 120 |
16 | 35 | steps: |
|
23 | 42 | Mito_27: |
24 | 43 | python.version: '2.7' |
25 | 44 | tox.env: py27-mode_mitogen |
| 45 | + Mito_36: |
| 46 | + python.version: '3.6' |
| 47 | + tox.env: py36-mode_mitogen |
| 48 | + Mito_39: |
| 49 | + python.version: '3.9' |
| 50 | + tox.env: py39-mode_mitogen |
26 | 51 |
|
27 | 52 | # TODO: test python3, python3 tests are broken |
28 | 53 | Loc_27_210: |
|
52 | 77 | STRATEGY: linear |
53 | 78 | ANSIBLE_SKIP_TAGS: resource_intensive |
54 | 79 |
|
| 80 | +- job: MacLatest |
| 81 | + # vanilla Ansible is really slow |
| 82 | + timeoutInMinutes: 120 |
| 83 | + steps: |
| 84 | + - template: azure-pipelines-steps.yml |
| 85 | + pool: |
| 86 | + # https://github.com/actions/virtual-environments/blob/main/images/macos/ |
| 87 | + vmImage: macOS-latest |
| 88 | + strategy: |
| 89 | + matrix: |
| 90 | + Mito_27: |
| 91 | + tox.env: py27-mode_mitogen |
| 92 | + Mito_37: |
| 93 | + python.version: '3.7' |
| 94 | + tox.env: py37-mode_mitogen |
| 95 | + Mito_39: |
| 96 | + python.version: '3.9' |
| 97 | + tox.env: py39-mode_mitogen |
| 98 | + |
| 99 | + # TODO: test python3, python3 tests are broken |
| 100 | + Loc_27_210: |
| 101 | + tox.env: py27-mode_localhost-ansible2.10 |
| 102 | + Loc_27_3: |
| 103 | + tox.env: py27-mode_localhost-ansible3 |
| 104 | + Loc_27_4: |
| 105 | + tox.env: py27-mode_localhost-ansible4 |
| 106 | + |
| 107 | + # NOTE: this hangs when ran in Ubuntu 18.04 |
| 108 | + Van_27_210: |
| 109 | + tox.env: py27-mode_localhost-ansible2.10 |
| 110 | + STRATEGY: linear |
| 111 | + ANSIBLE_SKIP_TAGS: resource_intensive |
| 112 | + Van_27_3: |
| 113 | + tox.env: py27-mode_localhost-ansible3 |
| 114 | + STRATEGY: linear |
| 115 | + ANSIBLE_SKIP_TAGS: resource_intensive |
| 116 | + Van_27_4: |
| 117 | + tox.env: py27-mode_localhost-ansible4 |
| 118 | + STRATEGY: linear |
| 119 | + ANSIBLE_SKIP_TAGS: resource_intensive |
55 | 120 |
|
56 | 121 | - job: Linux |
57 | 122 | pool: |
|
0 commit comments