|
5 | 5 | ################################################################################ |
6 | 6 |
|
7 | 7 | jobs: |
8 | | - - template: etc/ci/azure-posix.yml |
9 | | - parameters: |
10 | | - job_name: ubuntu20_cpython |
11 | | - image_name: ubuntu-20.04 |
12 | | - python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"] |
13 | | - test_suites: |
14 | | - all: venv/bin/pytest -n 2 -vvs |
| 8 | + - template: etc/ci/azure-posix.yml |
| 9 | + parameters: |
| 10 | + job_name: run_code_checks |
| 11 | + image_name: ubuntu-24.04 |
| 12 | + python_versions: ['3.13'] |
| 13 | + test_suites: |
| 14 | + all: make check |
15 | 15 |
|
16 | | - - template: etc/ci/azure-posix.yml |
17 | | - parameters: |
18 | | - job_name: ubuntu22_cpython |
19 | | - image_name: ubuntu-22.04 |
20 | | - python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"] |
21 | | - test_suites: |
22 | | - all: venv/bin/pytest -n 2 -vvs |
| 16 | + - template: etc/ci/azure-posix.yml |
| 17 | + parameters: |
| 18 | + job_name: ubuntu22_cpython |
| 19 | + image_name: ubuntu-22.04 |
| 20 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 21 | + test_suites: |
| 22 | + all: venv/bin/pytest -n 2 -vvs |
23 | 23 |
|
24 | | - - template: etc/ci/azure-posix.yml |
25 | | - parameters: |
26 | | - job_name: macos12_cpython |
27 | | - image_name: macos-12 |
28 | | - python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"] |
29 | | - test_suites: |
30 | | - all: venv/bin/pytest -n 2 -vvs |
| 24 | + - template: etc/ci/azure-posix.yml |
| 25 | + parameters: |
| 26 | + job_name: ubuntu24_cpython |
| 27 | + image_name: ubuntu-24.04 |
| 28 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 29 | + test_suites: |
| 30 | + all: venv/bin/pytest -n 2 -vvs |
31 | 31 |
|
32 | | - - template: etc/ci/azure-win.yml |
33 | | - parameters: |
34 | | - job_name: win2019_cpython |
35 | | - image_name: windows-2019 |
36 | | - python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"] |
37 | | - test_suites: |
38 | | - all: venv\Scripts\pytest -n 2 -vvs |
| 32 | + - template: etc/ci/azure-posix.yml |
| 33 | + parameters: |
| 34 | + job_name: macos14_cpython |
| 35 | + image_name: macOS-14 |
| 36 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 37 | + test_suites: |
| 38 | + all: venv/bin/pytest -n 2 -vvs |
39 | 39 |
|
40 | | - - template: etc/ci/azure-win.yml |
41 | | - parameters: |
42 | | - job_name: win2022_cpython |
43 | | - image_name: windows-2022 |
44 | | - python_versions: ["3.7", "3.8", "3.9", "3.10", "3.11"] |
45 | | - test_suites: |
46 | | - all: venv\Scripts\pytest -n 2 -vvs |
| 40 | + - template: etc/ci/azure-posix.yml |
| 41 | + parameters: |
| 42 | + job_name: macos15_cpython |
| 43 | + image_name: macOS-15 |
| 44 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 45 | + test_suites: |
| 46 | + all: venv/bin/pytest -n 2 -vvs |
| 47 | + |
| 48 | + - template: etc/ci/azure-win.yml |
| 49 | + parameters: |
| 50 | + job_name: win2022_cpython |
| 51 | + image_name: windows-2022 |
| 52 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 53 | + test_suites: |
| 54 | + all: venv\Scripts\pytest -n 2 -vvs |
| 55 | + |
| 56 | + - template: etc/ci/azure-win.yml |
| 57 | + parameters: |
| 58 | + job_name: win2025_cpython |
| 59 | + image_name: windows-2025 |
| 60 | + python_versions: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
| 61 | + test_suites: |
| 62 | + all: venv\Scripts\pytest -n 2 -vvs |
0 commit comments