@@ -2,12 +2,11 @@ resources:
2
2
- repo : self
3
3
fetchDepth : 1
4
4
5
- phases :
6
- - phase : linux_clang
5
+ jobs :
6
+ - job : linux_clang
7
7
displayName : linux-clang
8
8
condition : succeeded()
9
- queue :
10
- name : Hosted Ubuntu 1604
9
+ pool : Hosted Ubuntu 1604
11
10
steps :
12
11
- bash : |
13
12
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -37,11 +36,10 @@ phases:
37
36
publishRunAttachments : false
38
37
condition : succeededOrFailed()
39
38
40
- - phase : linux_gcc
39
+ - job : linux_gcc
41
40
displayName : linux-gcc
42
41
condition : succeeded()
43
- queue :
44
- name : Hosted Ubuntu 1604
42
+ pool : Hosted Ubuntu 1604
45
43
steps :
46
44
- bash : |
47
45
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -69,11 +67,10 @@ phases:
69
67
publishRunAttachments : false
70
68
condition : succeededOrFailed()
71
69
72
- - phase : osx_clang
70
+ - job : osx_clang
73
71
displayName : osx-clang
74
72
condition : succeeded()
75
- queue :
76
- name : Hosted macOS
73
+ pool : Hosted macOS
77
74
steps :
78
75
- bash : |
79
76
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -99,11 +96,10 @@ phases:
99
96
publishRunAttachments : false
100
97
condition : succeededOrFailed()
101
98
102
- - phase : osx_gcc
99
+ - job : osx_gcc
103
100
displayName : osx-gcc
104
101
condition : succeeded()
105
- queue :
106
- name : Hosted macOS
102
+ pool : Hosted macOS
107
103
steps :
108
104
- bash : |
109
105
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -127,11 +123,10 @@ phases:
127
123
publishRunAttachments : false
128
124
condition : succeededOrFailed()
129
125
130
- - phase : gettext_poison
126
+ - job : gettext_poison
131
127
displayName : GETTEXT_POISON
132
128
condition : succeeded()
133
- queue :
134
- name : Hosted Ubuntu 1604
129
+ pool : Hosted Ubuntu 1604
135
130
steps :
136
131
- bash : |
137
132
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -160,11 +155,10 @@ phases:
160
155
publishRunAttachments : false
161
156
condition : succeededOrFailed()
162
157
163
- - phase : windows
158
+ - job : windows
164
159
displayName : Windows
165
- queue :
166
- name : Hosted
167
- timeoutInMinutes : 240
160
+ pool : Hosted
161
+ timeoutInMinutes : 240
168
162
steps :
169
163
- powershell : |
170
164
if ("$GITFILESHAREPWD" -ne "" -and "$GITFILESHAREPWD" -ne "`$`(gitfileshare.pwd)") {
@@ -247,11 +241,10 @@ phases:
247
241
publishRunAttachments : false
248
242
condition : succeededOrFailed()
249
243
250
- - phase : linux32
244
+ - job : linux32
251
245
displayName : Linux32
252
246
condition : succeeded()
253
- queue :
254
- name : Hosted Ubuntu 1604
247
+ pool : Hosted Ubuntu 1604
255
248
steps :
256
249
- bash : |
257
250
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -273,11 +266,10 @@ phases:
273
266
publishRunAttachments : false
274
267
condition : succeededOrFailed()
275
268
276
- - phase : static_analysis
269
+ - job : static_analysis
277
270
displayName : StaticAnalysis
278
271
condition : succeeded()
279
- queue :
280
- name : Hosted Ubuntu 1604
272
+ pool : Hosted Ubuntu 1604
281
273
steps :
282
274
- bash : |
283
275
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
@@ -295,11 +287,10 @@ phases:
295
287
env:
296
288
GITFILESHAREPWD: $(gitfileshare.pwd)
297
289
298
- - phase : documentation
290
+ - job : documentation
299
291
displayName : Documentation
300
292
condition : succeeded()
301
- queue :
302
- name : Hosted Ubuntu 1604
293
+ pool : Hosted Ubuntu 1604
303
294
steps :
304
295
- bash : |
305
296
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
0 commit comments