Remove Ubuntu 16.04 from images

This commit is contained in:
Vladimir Safonkin
2021-10-12 16:10:31 +03:00
parent 42ff8b9a2a
commit 6b02f07da7
4 changed files with 3 additions and 27 deletions

View File

@ -22,25 +22,6 @@ stages:
jobs:
- template: /azure-pipelines/templates/test-job.yml
- stage: Build_Python_Ubuntu_1604
dependsOn: []
variables:
VmImage: 'ubuntu-16.04'
Platform: linux-16.04
Architecture: x64
jobs:
- template: /azure-pipelines/templates/build-job.yml
- stage: Test_Python_Ubuntu_1604
condition: succeeded()
dependsOn: Build_Python_Ubuntu_1604
variables:
VmImage: 'ubuntu-16.04'
Platform: linux-16.04
Architecture: x64
jobs:
- template: /azure-pipelines/templates/test-job.yml
- stage: Build_Python_Ubuntu_1804
dependsOn: []
variables: