@@ -29,6 +29,7 @@ resources:
29
29
- repository : sonic-mgmt
30
30
type : github
31
31
name : sonic-net/sonic-mgmt
32
+ ref : master
32
33
endpoint : sonic-net
33
34
- repository : buildimage
34
35
type : github
@@ -145,82 +146,82 @@ stages:
145
146
timeoutInMinutes : 240
146
147
continueOnError : false
147
148
steps :
148
- - template : .azure-pipelines/run-test-scheduler -template.yml
149
+ - template : .azure-pipelines/run-test-elastictest -template.yml@sonic-mgmt
149
150
parameters :
150
151
TOPOLOGY : t0
151
152
MIN_WORKER : $(T0_INSTANCE_NUM)
152
153
MAX_WORKER : $(T0_INSTANCE_NUM)
153
- MGMT_BRANCH : 202205
154
+ MGMT_BRANCH : " 202205"
154
155
155
156
- job : t0_2vlans_elastictest
156
157
pool : ubuntu-20.04
157
158
displayName : " kvmtest-t0-2vlans by Elastictest"
158
159
timeoutInMinutes : 240
159
160
continueOnError : false
160
161
steps :
161
- - template : .azure-pipelines/run-test-scheduler -template.yml
162
+ - template : .azure-pipelines/run-test-elastictest -template.yml@sonic-mgmt
162
163
parameters :
163
164
TOPOLOGY : t0
164
165
TEST_SET : t0-2vlans
165
166
MIN_WORKER : $(T0_2VLANS_INSTANCE_NUM)
166
167
MAX_WORKER : $(T0_2VLANS_INSTANCE_NUM)
167
168
DEPLOY_MG_EXTRA_PARAMS : " -e vlan_config=two_vlan_a"
168
- MGMT_BRANCH : 202205
169
+ MGMT_BRANCH : " 202205"
169
170
170
171
- job : t1_lag_elastictest
171
172
pool : ubuntu-20.04
172
173
displayName : " kvmtest-t1-lag by Elastictest"
173
174
timeoutInMinutes : 240
174
175
continueOnError : false
175
176
steps :
176
- - template : .azure-pipelines/run-test-scheduler -template.yml
177
+ - template : .azure-pipelines/run-test-elastictest -template.yml@sonic-mgmt
177
178
parameters :
178
179
TOPOLOGY : t1-lag
179
180
MIN_WORKER : $(T1_LAG_INSTANCE_NUM)
180
181
MAX_WORKER : $(T1_LAG_INSTANCE_NUM)
181
- MGMT_BRANCH : 202205
182
+ MGMT_BRANCH : " 202205"
182
183
183
184
- job : sonic_t0_elastictest
184
185
pool : ubuntu-20.04
185
186
displayName : " kvmtest-t0-sonic by Elastictest"
186
187
timeoutInMinutes : 240
187
188
continueOnError : false
188
189
steps :
189
- - template : .azure-pipelines/run-test-scheduler -template.yml
190
+ - template : .azure-pipelines/run-test-elastictest -template.yml@sonic-mgmt
190
191
parameters :
191
192
TOPOLOGY : t0-64-32
192
193
MIN_WORKER : $(T0_SONIC_INSTANCE_NUM)
193
194
MAX_WORKER : $(T0_SONIC_INSTANCE_NUM)
194
195
TEST_SET : t0-sonic
195
196
COMMON_EXTRA_PARAMS : " --neighbor_type=sonic "
196
197
VM_TYPE : vsonic
197
- MGMT_BRANCH : 202205
198
+ MGMT_BRANCH : " 202205"
198
199
199
200
- job : dualtor_elastictest
200
201
pool : ubuntu-20.04
201
202
displayName : " kvmtest-dualtor-t0 by Elastictest"
202
203
timeoutInMinutes : 240
203
204
continueOnError : false
204
205
steps :
205
- - template : .azure-pipelines/run-test-scheduler -template.yml
206
+ - template : .azure-pipelines/run-test-elastictest -template.yml@sonic-mgmt
206
207
parameters :
207
208
TOPOLOGY : dualtor
208
209
MIN_WORKER : $(T0_DUALTOR_INSTANCE_NUM)
209
210
MAX_WORKER : $(T0_DUALTOR_INSTANCE_NUM)
210
211
COMMON_EXTRA_PARAMS : " --disable_loganalyzer "
211
- MGMT_BRANCH : 202205
212
+ MGMT_BRANCH : " 202205"
212
213
213
214
- job : multi_asic_elastictest
214
215
pool : ubuntu-20.04
215
216
displayName : " kvmtest-multi-asic-t1-lag by Elastictest"
216
217
timeoutInMinutes : 1080
217
218
continueOnError : false
218
219
steps :
219
- - template : .azure-pipelines/run-test-scheduler -template.yml
220
+ - template : .azure-pipelines/run-test-elastictest -template.yml@sonic-mgmt
220
221
parameters :
221
222
TOPOLOGY : t1-8-lag
222
223
TEST_SET : multi-asic-t1-lag
223
224
MIN_WORKER : $(MULTI_ASIC_INSTANCE_NUM)
224
225
MAX_WORKER : $(MULTI_ASIC_INSTANCE_NUM)
225
226
NUM_ASIC : 4
226
- MGMT_BRANCH : 202205
227
+ MGMT_BRANCH : " 202205"
0 commit comments