|
1 |
| - |
2 | 1 | ################################################################################
|
3 | 2 | # We use Azure to run the full tests suites on multiple Python 3.x
|
4 | 3 | # on multiple Windows, macOS and Linux versions all on 64 bits
|
5 | 4 | # These jobs are using VMs with Azure-provided Python builds
|
6 | 5 | ################################################################################
|
7 | 6 |
|
8 | 7 | jobs:
|
9 |
| - |
10 | 8 | - template: etc/ci/azure-posix.yml
|
11 | 9 | parameters:
|
12 | 10 | job_name: ubuntu18_cpython
|
13 | 11 | image_name: ubuntu-18.04
|
14 | 12 | python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
|
15 | 13 | test_suites:
|
16 | 14 | all: |
|
17 |
| - sudo apt-get -y update |
18 |
| - sudo apt-get -y install build-essential strace graphviz |
19 |
| - venv/bin/pytest -n 2 -vvs |
| 15 | + sudo apt-get -y update |
| 16 | + sudo apt-get -y install build-essential strace graphviz |
| 17 | + venv/bin/pytest -n 2 -vvs |
20 | 18 |
|
21 | 19 | - template: etc/ci/azure-posix.yml
|
22 | 20 | parameters:
|
|
25 | 23 | python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
|
26 | 24 | test_suites:
|
27 | 25 | all: |
|
28 |
| - sudo apt-get -y update |
29 |
| - sudo apt-get -y install build-essential strace graphviz |
30 |
| - venv/bin/pytest -n 2 -vvs |
| 26 | + sudo apt-get -y update |
| 27 | + sudo apt-get -y install build-essential strace graphviz |
| 28 | + venv/bin/pytest -n 2 -vvs |
31 | 29 |
|
32 | 30 | - template: etc/ci/azure-posix.yml
|
33 | 31 | parameters:
|
|
36 | 34 | python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
|
37 | 35 | test_suites:
|
38 | 36 | all: |
|
39 |
| - sudo apt-get -y update |
40 |
| - sudo apt-get -y install build-essential strace graphviz |
41 |
| - venv/bin/pytest -n 2 -vvs |
42 |
| -
|
43 |
| - - template: etc/ci/azure-posix.yml |
44 |
| - parameters: |
45 |
| - job_name: macos1015_cpython |
46 |
| - image_name: macos-10.15 |
47 |
| - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
48 |
| - test_suites: |
49 |
| - all: venv/bin/pytest -n 2 -vvs |
50 |
| - |
51 |
| - - template: etc/ci/azure-posix.yml |
52 |
| - parameters: |
53 |
| - job_name: macos11_cpython |
54 |
| - image_name: macos-11 |
55 |
| - python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11'] |
56 |
| - test_suites: |
57 |
| - all: venv/bin/pytest -n 2 -vvs |
| 37 | + sudo apt-get -y update |
| 38 | + sudo apt-get -y install build-essential strace graphviz |
| 39 | + venv/bin/pytest -n 2 -vvs |
58 | 40 |
|
59 | 41 | - template: etc/ci/azure-posix.yml
|
60 | 42 | parameters:
|
|
0 commit comments