@@ -10,7 +10,7 @@ stages:
10
10
dependsOn : ['StageResolveVersionandYaml']
11
11
displayName : Build stable
12
12
jobs :
13
- - template : /.vsts-ci/releasePhase .yml@self
13
+ - template : /.vsts-ci/releaseJob .yml@self
14
14
parameters :
15
15
archName : ' Build_linux_amd64'
16
16
imageName : alpine316
@@ -20,7 +20,7 @@ stages:
20
20
buildKitValue : 1
21
21
channel : ${{ parameters.channel }}
22
22
channelPath : ${{ parameters.channelPath }}
23
- - template : /.vsts-ci/releasePhase .yml@self
23
+ - template : /.vsts-ci/releaseJob .yml@self
24
24
parameters :
25
25
archName : ' Build_linux_amd64'
26
26
imageName : alpine317
@@ -30,7 +30,7 @@ stages:
30
30
buildKitValue : 1
31
31
channel : ${{ parameters.channel }}
32
32
channelPath : ${{ parameters.channelPath }}
33
- - template : /.vsts-ci/releasePhase .yml@self
33
+ - template : /.vsts-ci/releaseJob .yml@self
34
34
parameters :
35
35
archName : ' Build_linux_amd64'
36
36
imageName : debian11
@@ -40,7 +40,7 @@ stages:
40
40
buildKitValue : 1
41
41
channel : ${{ parameters.channel }}
42
42
channelPath : ${{ parameters.channelPath }}
43
- - template : /.vsts-ci/releasePhase .yml@self
43
+ - template : /.vsts-ci/releaseJob .yml@self
44
44
parameters :
45
45
archName : ' Build_linux_amd64'
46
46
imageName : debian12
@@ -50,7 +50,7 @@ stages:
50
50
buildKitValue : 1
51
51
channel : ${{ parameters.channel }}
52
52
channelPath : ${{ parameters.channelPath }}
53
- - template : /.vsts-ci/releasePhase .yml@self
53
+ - template : /.vsts-ci/releaseJob .yml@self
54
54
parameters :
55
55
archName : ' Build_linux_amd64'
56
56
imageName : mariner2
@@ -60,7 +60,7 @@ stages:
60
60
buildKitValue : 1
61
61
channel : ${{ parameters.channel }}
62
62
channelPath : ${{ parameters.channelPath }}
63
- - template : /.vsts-ci/releasePhase .yml@self
63
+ - template : /.vsts-ci/releaseJob .yml@self
64
64
parameters :
65
65
archName : ' Build_linux_amd64'
66
66
imageName : ubi8
@@ -70,7 +70,7 @@ stages:
70
70
buildKitValue : 1
71
71
channel : ${{ parameters.channel }}
72
72
channelPath : ${{ parameters.channelPath }}
73
- - template : /.vsts-ci/releasePhase .yml@self
73
+ - template : /.vsts-ci/releaseJob .yml@self
74
74
parameters :
75
75
archName : ' Build_linux_amd64'
76
76
imageName : ubi9
@@ -80,7 +80,7 @@ stages:
80
80
buildKitValue : 1
81
81
channel : ${{ parameters.channel }}
82
82
channelPath : ${{ parameters.channelPath }}
83
- - template : /.vsts-ci/releasePhase .yml@self
83
+ - template : /.vsts-ci/releaseJob .yml@self
84
84
parameters :
85
85
archName : ' Build_linux_amd64'
86
86
imageName : ubuntu20.04
@@ -90,7 +90,7 @@ stages:
90
90
buildKitValue : 1
91
91
channel : ${{ parameters.channel }}
92
92
channelPath : ${{ parameters.channelPath }}
93
- - template : /.vsts-ci/releasePhase .yml@self
93
+ - template : /.vsts-ci/releaseJob .yml@self
94
94
parameters :
95
95
archName : ' Build_linux_amd64'
96
96
imageName : ubuntu22.04
@@ -100,7 +100,7 @@ stages:
100
100
buildKitValue : 1
101
101
channel : ${{ parameters.channel }}
102
102
channelPath : ${{ parameters.channelPath }}
103
- - template : /.vsts-ci/releasePhase .yml@self
103
+ - template : /.vsts-ci/releaseJob .yml@self
104
104
parameters :
105
105
archName : ' Build_linux_arm32'
106
106
imageName : ubuntu20.04-arm32v7
@@ -110,7 +110,7 @@ stages:
110
110
buildKitValue : 1
111
111
channel : ${{ parameters.channel }}
112
112
channelPath : ${{ parameters.channelPath }}
113
- - template : /.vsts-ci/releasePhase .yml@self
113
+ - template : /.vsts-ci/releaseJob .yml@self
114
114
parameters :
115
115
archName : ' Build_linux_arm32'
116
116
imageName : ubuntu22.04-arm32v7
@@ -120,7 +120,7 @@ stages:
120
120
buildKitValue : 1
121
121
channel : ${{ parameters.channel }}
122
122
channelPath : ${{ parameters.channelPath }}
123
- - template : /.vsts-ci/releasePhase .yml@self
123
+ - template : /.vsts-ci/releaseJob .yml@self
124
124
parameters :
125
125
archName : ' Build_linux_arm64'
126
126
imageName : mariner2-arm64
@@ -130,7 +130,7 @@ stages:
130
130
buildKitValue : 1
131
131
channel : ${{ parameters.channel }}
132
132
channelPath : ${{ parameters.channelPath }}
133
- - template : /.vsts-ci/releasePhase .yml@self
133
+ - template : /.vsts-ci/releaseJob .yml@self
134
134
parameters :
135
135
archName : ' Build_windows_amd64'
136
136
imageName : windowsserver2022
@@ -141,7 +141,7 @@ stages:
141
141
maxParallel : 3
142
142
channel : ${{ parameters.channel }}
143
143
channelPath : ${{ parameters.channelPath }}
144
- - template : /.vsts-ci/releasePhase .yml@self
144
+ - template : /.vsts-ci/releaseJob .yml@self
145
145
parameters :
146
146
archName : ' Build_windows_amd64'
147
147
imageName : windowsservercore2022
@@ -152,7 +152,7 @@ stages:
152
152
maxParallel : 3
153
153
channel : ${{ parameters.channel }}
154
154
channelPath : ${{ parameters.channelPath }}
155
- - template : /.vsts-ci/releasePhase .yml@self
155
+ - template : /.vsts-ci/releaseJob .yml@self
156
156
parameters :
157
157
archName : ' Build_linux_amd64'
158
158
imageName : alpine316\test-deps
@@ -162,7 +162,7 @@ stages:
162
162
buildKitValue : 1
163
163
channel : ${{ parameters.channel }}
164
164
channelPath : ${{ parameters.channelPath }}
165
- - template : /.vsts-ci/releasePhase .yml@self
165
+ - template : /.vsts-ci/releaseJob .yml@self
166
166
parameters :
167
167
archName : ' Build_linux_amd64'
168
168
imageName : alpine317\test-deps
@@ -172,7 +172,7 @@ stages:
172
172
buildKitValue : 1
173
173
channel : ${{ parameters.channel }}
174
174
channelPath : ${{ parameters.channelPath }}
175
- - template : /.vsts-ci/releasePhase .yml@self
175
+ - template : /.vsts-ci/releaseJob .yml@self
176
176
parameters :
177
177
archName : ' Build_linux_amd64'
178
178
imageName : debian11\test-deps
@@ -182,7 +182,7 @@ stages:
182
182
buildKitValue : 1
183
183
channel : ${{ parameters.channel }}
184
184
channelPath : ${{ parameters.channelPath }}
185
- - template : /.vsts-ci/releasePhase .yml@self
185
+ - template : /.vsts-ci/releaseJob .yml@self
186
186
parameters :
187
187
archName : ' Build_linux_amd64'
188
188
imageName : debian12\test-deps
@@ -192,7 +192,7 @@ stages:
192
192
buildKitValue : 1
193
193
channel : ${{ parameters.channel }}
194
194
channelPath : ${{ parameters.channelPath }}
195
- - template : /.vsts-ci/releasePhase .yml@self
195
+ - template : /.vsts-ci/releaseJob .yml@self
196
196
parameters :
197
197
archName : ' Build_linux_amd64'
198
198
imageName : ubi8\test-deps
@@ -202,7 +202,7 @@ stages:
202
202
buildKitValue : 1
203
203
channel : ${{ parameters.channel }}
204
204
channelPath : ${{ parameters.channelPath }}
205
- - template : /.vsts-ci/releasePhase .yml@self
205
+ - template : /.vsts-ci/releaseJob .yml@self
206
206
parameters :
207
207
archName : ' Build_linux_amd64'
208
208
imageName : ubi9\test-deps
@@ -212,7 +212,7 @@ stages:
212
212
buildKitValue : 1
213
213
channel : ${{ parameters.channel }}
214
214
channelPath : ${{ parameters.channelPath }}
215
- - template : /.vsts-ci/releasePhase .yml@self
215
+ - template : /.vsts-ci/releaseJob .yml@self
216
216
parameters :
217
217
archName : ' Build_linux_amd64'
218
218
imageName : ubuntu20.04\test-deps
@@ -222,7 +222,7 @@ stages:
222
222
buildKitValue : 1
223
223
channel : ${{ parameters.channel }}
224
224
channelPath : ${{ parameters.channelPath }}
225
- - template : /.vsts-ci/releasePhase .yml@self
225
+ - template : /.vsts-ci/releaseJob .yml@self
226
226
parameters :
227
227
archName : ' Build_linux_amd64'
228
228
imageName : ubuntu22.04\test-deps
0 commit comments