Skip to content

Commit 7fd2506

Browse files
committed
Use newer VM images on Azure
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 63f6946 commit 7fd2506

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

azure-pipelines.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212

1313
- template: etc/ci/azure-linux.yml
1414
parameters:
15-
job_name: vm_ubuntu16_py36
16-
image_name: ubuntu-16.04
15+
job_name: ubuntu18_py36
16+
image_name: ubuntu-18.04
1717
python_versions: ['3.6']
1818
test_suites:
1919
all: tmp/bin/pytest -n 2 -vvs
@@ -28,18 +28,18 @@ jobs:
2828

2929
- template: etc/ci/azure-win.yml
3030
parameters:
31-
job_name: Win2016_32_py36
32-
image_name: vs2017-win2016
31+
job_name: win2019_32_py36
32+
image_name: windows-2019
3333
python_versions: ['3.6']
3434
python_architecture: x86
3535
test_suites:
3636
all: tmp\Scripts\pytest -vvs
3737

3838
- template: etc/ci/azure-win.yml
3939
parameters:
40-
job_name: Win2016_64_py36
41-
image_name: vs2017-win2016
40+
job_name: win2019_64_py36
41+
image_name: windows-2019
4242
python_versions: ['3.6']
4343
python_architecture: x64
4444
test_suites:
45-
misc: tmp\Scripts\pytest -vvs
45+
all: tmp\Scripts\pytest -vvs

0 commit comments

Comments
 (0)