Skip to content

Commit e64a4cc

Browse files
Remove deprecated ubuntu18 images
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent b7c1f5d commit e64a4cc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,6 @@ jobs:
197197
test_suites:
198198
all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
199199

200-
- template: etc/ci/azure-posix.yml
201-
parameters:
202-
job_name: ubuntu18_cpython_latest_from_pip
203-
image_name: ubuntu-18.04
204-
python_versions: ['3.8', '3.9', '3.10', '3.11']
205-
test_suites:
206-
all: venv/bin/pip install --upgrade-strategy eager --force-reinstall --upgrade -e .[testing] && venv/bin/pytest -n 2 -vvs tests/scancode/test_cli.py
207-
208200
- template: etc/ci/azure-posix.yml
209201
parameters:
210202
job_name: ubuntu20_cpython_latest_from_pip

0 commit comments

Comments
 (0)