|
7 | 7 |
|
8 | 8 | jobs:
|
9 | 9 |
|
10 |
| - - template: etc/ci/azure-linux.yml |
| 10 | + - template: etc/ci/azure-posix.yml |
11 | 11 | parameters:
|
12 | 12 | job_name: ubuntu16_cpython
|
13 | 13 | image_name: ubuntu-16.04
|
14 | 14 | python_versions: ['3.6', '3.7', '3.8', '3.9']
|
15 | 15 | test_suites:
|
16 | 16 | all: tmp/bin/pytest -vvs
|
17 | 17 |
|
18 |
| - - template: etc/ci/azure-linux.yml |
| 18 | + - template: etc/ci/azure-posix.yml |
19 | 19 | parameters:
|
20 | 20 | job_name: ubuntu18_cpython
|
21 | 21 | image_name: ubuntu-18.04
|
22 | 22 | python_versions: ['3.6', '3.7', '3.8', '3.9']
|
23 | 23 | test_suites:
|
24 | 24 | all: tmp/bin/pytest -n 2 -vvs
|
25 | 25 |
|
26 |
| - - template: etc/ci/azure-linux.yml |
| 26 | + - template: etc/ci/azure-posix.yml |
27 | 27 | parameters:
|
28 | 28 | job_name: ubuntu20_cpython
|
29 | 29 | image_name: ubuntu-20.04
|
30 | 30 | python_versions: ['3.6', '3.7', '3.8', '3.9']
|
31 | 31 | test_suites:
|
32 | 32 | all: tmp/bin/pytest -n 2 -vvs
|
33 | 33 |
|
34 |
| - - template: etc/ci/azure-mac.yml |
| 34 | + - template: etc/ci/azure-posix.yml |
35 | 35 | parameters:
|
36 | 36 | job_name: macos1014_cpython
|
37 | 37 | image_name: macos-10.14
|
38 | 38 | python_versions: ['3.6', '3.7', '3.8', '3.9']
|
39 | 39 | test_suites:
|
40 | 40 | all: tmp/bin/pytest -n 2 -vvs
|
41 | 41 |
|
42 |
| - - template: etc/ci/azure-mac.yml |
| 42 | + - template: etc/ci/azure-posix.yml |
43 | 43 | parameters:
|
44 | 44 | job_name: macos1015_cpython
|
45 | 45 | image_name: macos-10.15
|
|
0 commit comments