Skip to content

Commit b5f4624

Browse files
Merge pull request #2688 from nexB/2687-use-ubuntu-latest-on-azure
Update Azure CI to not use ubuntu-16.04 images
2 parents 9b6186a + 3d551c2 commit b5f4624

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- template: etc/ci/azure-posix.yml
1414
parameters:
1515
job_name: core_tests
16-
image_name: ubuntu-16.04
16+
image_name: ubuntu-20.04
1717
python_versions: ['3.6']
1818
test_suites:
1919
misc: |
@@ -144,15 +144,6 @@ jobs:
144144
test_suites:
145145
all: Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
146146

147-
- template: etc/ci/azure-posix.yml
148-
parameters:
149-
job_name: ubuntu16
150-
image_name: ubuntu-16.04
151-
python_versions: ['3.7', '3.8', '3.9']
152-
python_architecture: x64
153-
test_suites:
154-
all: bin/pytest -n 2 -vvs tests/scancode/test_cli.py
155-
156147

157148
- template: etc/ci/azure-posix.yml
158149
parameters:
@@ -301,7 +292,7 @@ jobs:
301292
#
302293
# - job: Build_release_archive_py3
303294
# pool:
304-
# vmImage: ubuntu-16.04
295+
# vmImage: ubuntu-18.04
305296
# steps:
306297
# - checkout: self
307298
# fetchDepth: 10

0 commit comments

Comments
 (0)