99 parameters :
1010 job_name : run_code_checks
1111 image_name : ubuntu-24.04
12- python_versions : ['3.13 ']
12+ python_versions : ['3.14 ']
1313 test_suites :
1414 all : make check
1515
@@ -22,26 +22,47 @@ jobs:
2222 all :
2323 sudo chmod 0644 /boot/vmlinuz-* && sudo apt install libguestfs-tools
2424 && venv/bin/pytest -n 2 -vvs
25+
2526 - template : etc/ci/azure-posix.yml
2627 parameters :
2728 job_name : ubuntu24_cpython
2829 image_name : ubuntu-24.04
2930 python_versions : ['3.10', '3.11', '3.12', '3.13', '3.14']
31+ test_suites :
32+ all :
33+ sudo chmod 0644 /boot/vmlinuz-* && sudo apt install libguestfs-tools
34+ && venv/bin/pytest -n 2 -vvs
35+
36+ - template : etc/ci/azure-posix-arm.yml
37+ parameters :
38+ job_name : ubuntu24_cpython
39+ image_name : ubuntu-24.04-arm
40+ python_versions : ['3.10', '3.11', '3.12', '3.13', '3.14']
41+ test_suites :
42+ all :
43+ sudo chmod 0644 /boot/vmlinuz-* && sudo apt install libguestfs-tools
44+ && venv/bin/pytest -n 2 -vvs
45+
46+ - template : etc/ci/azure-posix-arm.yml
47+ parameters :
48+ job_name : macos14_cpython
49+ image_name : macos-14
50+ python_versions : ['3.10', '3.11', '3.12', '3.13', '3.14']
3051 test_suites :
3152 all : venv/bin/pytest -n 2 -vvs
3253
33- - template : etc/ci/azure-posix.yml
54+ - template : etc/ci/azure-posix-arm .yml
3455 parameters :
35- job_name : macos13_cpython
36- image_name : macOS-13
56+ job_name : macos15_cpython
57+ image_name : macosS-15
3758 python_versions : ['3.10', '3.11', '3.12', '3.13', '3.14']
3859 test_suites :
3960 all : venv/bin/pytest -n 2 -vvs
4061
41- - template : etc/ci/azure-posix.yml
62+ - template : etc/ci/azure-posix-arm .yml
4263 parameters :
43- job_name : macos14_cpython
44- image_name : macOS-14
64+ job_name : macos15_cpython
65+ image_name : macos-15-intel
4566 python_versions : ['3.10', '3.11', '3.12', '3.13', '3.14']
4667 test_suites :
4768 all : venv/bin/pytest -n 2 -vvs
0 commit comments