Skip to content

Commit 2d1bd2b

Browse files
authored
Update Ubuntu VM Image to 18.04 (#11032)
* updating the VM image, need to update the recording as well. * update release
1 parent f3b5e44 commit 2d1bd2b

12 files changed

+81
-81
lines changed

eng/pipelines/autorest_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
displayName: 'Run AutoRest'
2626

2727
pool:
28-
vmImage: 'ubuntu-16.04'
28+
vmImage: 'ubuntu-18.04'
2929

3030
steps:
3131
- task: NodeTool@0

eng/pipelines/generate-all-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
timeoutInMinutes: 120
2020

2121
pool:
22-
vmImage: 'ubuntu-16.04'
22+
vmImage: 'ubuntu-18.04'
2323

2424
steps:
2525
- task: UsePythonVersion@0

eng/pipelines/templates/jobs/archetype-sdk-client.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,31 @@ parameters:
1010
TestMatrix:
1111
Linux_Python27:
1212
OSName: 'Linux'
13-
OSVmImage: 'ubuntu-16.04'
13+
OSVmImage: 'ubuntu-18.04'
1414
PythonVersion: '2.7'
1515
CoverageArg: ''
1616
RunForPR: true
1717
Linux_Python35:
1818
OSName: 'Linux'
19-
OSVmImage: 'ubuntu-16.04'
19+
OSVmImage: 'ubuntu-18.04'
2020
PythonVersion: '3.5'
2121
CoverageArg: ''
2222
RunForPR: false
2323
Linux_Python36:
2424
OSName: 'Linux'
25-
OSVmImage: 'ubuntu-16.04'
25+
OSVmImage: 'ubuntu-18.04'
2626
PythonVersion: '3.6'
2727
CoverageArg: ''
2828
RunForPR: false
2929
Linux_Python37:
3030
OSName: 'Linux'
31-
OSVmImage: 'ubuntu-16.04'
31+
OSVmImage: 'ubuntu-18.04'
3232
PythonVersion: '3.7'
3333
CoverageArg: ''
3434
RunForPR: false
3535
Linux_Python38:
3636
OSName: 'Linux'
37-
OSVmImage: 'ubuntu-16.04'
37+
OSVmImage: 'ubuntu-18.04'
3838
PythonVersion: '3.8'
3939
CoverageArg: ''
4040
RunForPR: true
@@ -52,7 +52,7 @@ parameters:
5252
RunForPR: false
5353
Linux_pypy3:
5454
OSName: 'Linux'
55-
OSVmImage: 'ubuntu-16.04'
55+
OSVmImage: 'ubuntu-18.04'
5656
PythonVersion: 'pypy3'
5757
CoverageArg: '--disablecov'
5858
RunForPR: false
@@ -64,7 +64,7 @@ jobs:
6464
- template: ../variables/globals.yml
6565

6666
pool:
67-
vmImage: 'ubuntu-16.04'
67+
vmImage: 'ubuntu-18.04'
6868

6969
steps:
7070
- template: ../steps/build-artifacts.yml
@@ -83,7 +83,7 @@ jobs:
8383
- 'Build'
8484

8585
pool:
86-
vmImage: 'ubuntu-16.04'
86+
vmImage: 'ubuntu-18.04'
8787

8888
steps:
8989
- template: ../steps/analyze.yml
@@ -156,7 +156,7 @@ jobs:
156156
- 'Build'
157157

158158
pool:
159-
vmImage: 'ubuntu-16.04'
159+
vmImage: 'ubuntu-18.04'
160160

161161
steps:
162162
- template: ../steps/run_mypy.yml
@@ -175,7 +175,7 @@ jobs:
175175
- 'Build'
176176

177177
pool:
178-
vmImage: 'ubuntu-16.04'
178+
vmImage: 'ubuntu-18.04'
179179

180180
steps:
181181
- template: ../steps/run_pylint.yml
@@ -194,7 +194,7 @@ jobs:
194194
- 'Build'
195195

196196
pool:
197-
vmImage: 'ubuntu-16.04'
197+
vmImage: 'ubuntu-18.04'
198198

199199
steps:
200200
- template: ../steps/test_regression.yml

eng/pipelines/templates/jobs/archetype-sdk-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parameters:
1515
Matrix:
1616
Linux_Python35:
1717
OSName: 'Linux'
18-
OSVmImage: 'ubuntu-16.04'
18+
OSVmImage: 'ubuntu-18.04'
1919
PythonVersion: '3.5'
2020
MacOs_Python37:
2121
OSName: 'MacOS'
@@ -27,11 +27,11 @@ parameters:
2727
PythonVersion: '2.7'
2828
Linux_PyPy3:
2929
OSName: 'Linux'
30-
OSVmImage: 'ubuntu-16.04'
30+
OSVmImage: 'ubuntu-18.04'
3131
PythonVersion: 'pypy3'
3232
Linux_Python38:
3333
OSName: 'Linux'
34-
OSVmImage: 'ubuntu-16.04'
34+
OSVmImage: 'ubuntu-18.04'
3535
PythonVersion: '3.8'
3636

3737
jobs:

eng/pipelines/templates/jobs/tests-nightly-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeoutInMinutes: 90
1111

1212
pool:
13-
vmImage: 'ubuntu-16.04'
13+
vmImage: 'ubuntu-18.04'
1414

1515
steps:
1616
- task: UsePythonVersion@0

eng/pipelines/templates/stages/archetype-python-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stages:
1818
environment: github
1919

2020
pool:
21-
vmImage: ubuntu-16.04
21+
vmImage: ubuntu-18.04
2222

2323
strategy:
2424
runOnce:
@@ -50,7 +50,7 @@ stages:
5050
dependsOn: TagRepository
5151

5252
pool:
53-
vmImage: ubuntu-16.04
53+
vmImage: ubuntu-18.04
5454

5555
strategy:
5656
runOnce:
@@ -132,7 +132,7 @@ stages:
132132
dependsOn: PublishPackage
133133

134134
pool:
135-
vmImage: ubuntu-16.04
135+
vmImage: ubuntu-18.04
136136

137137
strategy:
138138
runOnce:
@@ -164,7 +164,7 @@ stages:
164164
variables:
165165
devFeedName: public/azure-sdk-for-python
166166
pool:
167-
vmImage: ubuntu-16.04
167+
vmImage: ubuntu-18.04
168168
steps:
169169
- checkout: none
170170
- download: current

0 commit comments

Comments
 (0)