@@ -111,18 +111,9 @@ jobs:
111111
112112 - template : etc/ci/azure-posix.yml
113113 parameters :
114- job_name : macos1015_cpython_1
115- image_name : macos-10.15
116- python_versions : ['3.8']
117- python_architecture : x64
118- test_suites :
119- all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
120-
121- - template : etc/ci/azure-posix.yml
122- parameters :
123- job_name : macos1015_cpython_2
124- image_name : macos-10.15
125- python_versions : ['3.9', '3.10']
114+ job_name : ubuntu22_cpython
115+ image_name : ubuntu-22.04
116+ python_versions : ['3.8', '3.9', '3.10']
126117 python_architecture : x64
127118 test_suites :
128119 all : venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
@@ -207,27 +198,26 @@ jobs:
207198# Tests using a plain pip install to get the latest of all wheels
208199# ###############################################################################
209200
210-
211201 - template : etc/ci/azure-posix.yml
212202 parameters :
213- job_name : ubuntu18_cpython_latest_from_pip
214- image_name : ubuntu-18 .04
203+ job_name : ubuntu22_cpython_latest_from_pip
204+ image_name : ubuntu-22 .04
215205 python_versions : ['3.8', '3.9', '3.10']
216206 test_suites :
217207 all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[dev] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
218208
219209 - template : etc/ci/azure-posix.yml
220210 parameters :
221- job_name : ubuntu20_cpython_latest_from_pip
222- image_name : ubuntu-20 .04
211+ job_name : ubuntu18_cpython_latest_from_pip
212+ image_name : ubuntu-18 .04
223213 python_versions : ['3.8', '3.9', '3.10']
224214 test_suites :
225215 all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[dev] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
226216
227217 - template : etc/ci/azure-posix.yml
228218 parameters :
229- job_name : macos1015_cpython_latest_from_pip
230- image_name : macos-10.15
219+ job_name : ubuntu20_cpython_latest_from_pip
220+ image_name : ubuntu-20.04
231221 python_versions : ['3.8', '3.9', '3.10']
232222 test_suites :
233223 all : venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[dev] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
0 commit comments