|
7 | 7 |
|
8 | 8 | jobs: |
9 | 9 |
|
| 10 | + - template: etc/ci/azure-posix.yml |
| 11 | + parameters: |
| 12 | + job_name: run_code_checks |
| 13 | + image_name: ubuntu-24.04 |
| 14 | + python_versions: ['3.12'] |
| 15 | + test_suites: |
| 16 | + all: make check |
| 17 | + |
10 | 18 | - template: etc/ci/azure-posix.yml |
11 | 19 | parameters: |
12 | 20 | job_name: ubuntu22_cpython |
13 | 21 | image_name: ubuntu-22.04 |
14 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 22 | + python_versions: ['3.9', '3.10', '3.11', '3.12'] |
15 | 23 | test_suites: |
16 | 24 | all: venv/bin/pytest -n 2 -vvs |
17 | 25 |
|
18 | 26 | - template: etc/ci/azure-posix.yml |
19 | 27 | parameters: |
20 | 28 | job_name: ubuntu24_cpython |
21 | 29 | image_name: ubuntu-24.04 |
22 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 30 | + python_versions: ['3.9', '3.10', '3.11', '3.12'] |
23 | 31 | test_suites: |
24 | 32 | all: venv/bin/pytest -n 2 -vvs |
25 | 33 |
|
26 | 34 | - template: etc/ci/azure-posix.yml |
27 | 35 | parameters: |
28 | 36 | job_name: macos13_cpython |
29 | | - image_name: macOS-13-xlarge |
30 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
31 | | - test_suites: |
32 | | - all: venv/bin/pytest -n 2 -vvs |
33 | | - |
34 | | - - template: etc/ci/azure-posix.yml |
35 | | - parameters: |
36 | | - job_name: macos13_cpython_arm64 |
37 | 37 | image_name: macOS-13 |
38 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 38 | + python_versions: ['3.9', '3.10', '3.11', '3.12'] |
39 | 39 | test_suites: |
40 | 40 | all: venv/bin/pytest -n 2 -vvs |
41 | 41 |
|
42 | 42 | - template: etc/ci/azure-posix.yml |
43 | 43 | parameters: |
44 | 44 | job_name: macos14_cpython |
45 | | - image_name: macOS-14-large |
46 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
47 | | - test_suites: |
48 | | - all: venv/bin/pytest -n 2 -vvs |
49 | | - |
50 | | - - template: etc/ci/azure-posix.yml |
51 | | - parameters: |
52 | | - job_name: macos14_cpython_arm64 |
53 | 45 | image_name: macOS-14 |
54 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 46 | + python_versions: ['3.9', '3.10', '3.11', '3.12'] |
55 | 47 | test_suites: |
56 | 48 | all: venv/bin/pytest -n 2 -vvs |
57 | 49 |
|
58 | 50 | - template: etc/ci/azure-posix.yml |
59 | 51 | parameters: |
60 | 52 | job_name: macos15_cpython |
61 | 53 | image_name: macOS-15 |
62 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
63 | | - test_suites: |
64 | | - all: venv/bin/pytest -n 2 -vvs |
65 | | - |
66 | | - - template: etc/ci/azure-posix.yml |
67 | | - parameters: |
68 | | - job_name: macos15_cpython_arm64 |
69 | | - image_name: macOS-15-large |
70 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 54 | + python_versions: ['3.9', '3.10', '3.11', '3.12'] |
71 | 55 | test_suites: |
72 | 56 | all: venv/bin/pytest -n 2 -vvs |
73 | 57 |
|
74 | 58 | - template: etc/ci/azure-win.yml |
75 | 59 | parameters: |
76 | 60 | job_name: win2019_cpython |
77 | 61 | image_name: windows-2019 |
78 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 62 | + python_versions: ['3.9', '3.10', '3.11', '3.12'] |
79 | 63 | test_suites: |
80 | 64 | all: venv\Scripts\pytest -n 2 -vvs |
81 | 65 |
|
82 | 66 | - template: etc/ci/azure-win.yml |
83 | 67 | parameters: |
84 | 68 | job_name: win2022_cpython |
85 | 69 | image_name: windows-2022 |
86 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 70 | + python_versions: ['3.9', '3.10', '3.11', '3.12'] |
87 | 71 | test_suites: |
88 | 72 | all: venv\Scripts\pytest -n 2 -vvs |
89 | 73 |
|
90 | 74 | - template: etc/ci/azure-win.yml |
91 | 75 | parameters: |
92 | 76 | job_name: win2025_cpython |
93 | 77 | image_name: windows-2025 |
94 | | - python_versions: ['3.9', '3.10', '3.11', '3.12', '3.13'] |
| 78 | + python_versions: ['3.9', '3.10', '3.11', '3.12'] |
95 | 79 | test_suites: |
96 | 80 | all: venv\Scripts\pytest -n 2 -vvs |
0 commit comments