Skip to content

Commit 315b3d7

Browse files
authored
Merge pull request sonic-net#74 from mssonicbld/sonicbld/202205-merge
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
2 parents e685f13 + 9e81066 commit 315b3d7

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

azure-pipelines.yml

+13-12
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ resources:
2929
- repository: sonic-mgmt
3030
type: github
3131
name: sonic-net/sonic-mgmt
32+
ref: master
3233
endpoint: sonic-net
3334
- repository: buildimage
3435
type: github
@@ -145,82 +146,82 @@ stages:
145146
timeoutInMinutes: 240
146147
continueOnError: false
147148
steps:
148-
- template: .azure-pipelines/run-test-scheduler-template.yml
149+
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
149150
parameters:
150151
TOPOLOGY: t0
151152
MIN_WORKER: $(T0_INSTANCE_NUM)
152153
MAX_WORKER: $(T0_INSTANCE_NUM)
153-
MGMT_BRANCH: 202205
154+
MGMT_BRANCH: "202205"
154155

155156
- job: t0_2vlans_elastictest
156157
pool: ubuntu-20.04
157158
displayName: "kvmtest-t0-2vlans by Elastictest"
158159
timeoutInMinutes: 240
159160
continueOnError: false
160161
steps:
161-
- template: .azure-pipelines/run-test-scheduler-template.yml
162+
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
162163
parameters:
163164
TOPOLOGY: t0
164165
TEST_SET: t0-2vlans
165166
MIN_WORKER: $(T0_2VLANS_INSTANCE_NUM)
166167
MAX_WORKER: $(T0_2VLANS_INSTANCE_NUM)
167168
DEPLOY_MG_EXTRA_PARAMS: "-e vlan_config=two_vlan_a"
168-
MGMT_BRANCH: 202205
169+
MGMT_BRANCH: "202205"
169170

170171
- job: t1_lag_elastictest
171172
pool: ubuntu-20.04
172173
displayName: "kvmtest-t1-lag by Elastictest"
173174
timeoutInMinutes: 240
174175
continueOnError: false
175176
steps:
176-
- template: .azure-pipelines/run-test-scheduler-template.yml
177+
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
177178
parameters:
178179
TOPOLOGY: t1-lag
179180
MIN_WORKER: $(T1_LAG_INSTANCE_NUM)
180181
MAX_WORKER: $(T1_LAG_INSTANCE_NUM)
181-
MGMT_BRANCH: 202205
182+
MGMT_BRANCH: "202205"
182183

183184
- job: sonic_t0_elastictest
184185
pool: ubuntu-20.04
185186
displayName: "kvmtest-t0-sonic by Elastictest"
186187
timeoutInMinutes: 240
187188
continueOnError: false
188189
steps:
189-
- template: .azure-pipelines/run-test-scheduler-template.yml
190+
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
190191
parameters:
191192
TOPOLOGY: t0-64-32
192193
MIN_WORKER: $(T0_SONIC_INSTANCE_NUM)
193194
MAX_WORKER: $(T0_SONIC_INSTANCE_NUM)
194195
TEST_SET: t0-sonic
195196
COMMON_EXTRA_PARAMS: "--neighbor_type=sonic "
196197
VM_TYPE: vsonic
197-
MGMT_BRANCH: 202205
198+
MGMT_BRANCH: "202205"
198199

199200
- job: dualtor_elastictest
200201
pool: ubuntu-20.04
201202
displayName: "kvmtest-dualtor-t0 by Elastictest"
202203
timeoutInMinutes: 240
203204
continueOnError: false
204205
steps:
205-
- template: .azure-pipelines/run-test-scheduler-template.yml
206+
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
206207
parameters:
207208
TOPOLOGY: dualtor
208209
MIN_WORKER: $(T0_DUALTOR_INSTANCE_NUM)
209210
MAX_WORKER: $(T0_DUALTOR_INSTANCE_NUM)
210211
COMMON_EXTRA_PARAMS: "--disable_loganalyzer "
211-
MGMT_BRANCH: 202205
212+
MGMT_BRANCH: "202205"
212213

213214
- job: multi_asic_elastictest
214215
pool: ubuntu-20.04
215216
displayName: "kvmtest-multi-asic-t1-lag by Elastictest"
216217
timeoutInMinutes: 1080
217218
continueOnError: false
218219
steps:
219-
- template: .azure-pipelines/run-test-scheduler-template.yml
220+
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
220221
parameters:
221222
TOPOLOGY: t1-8-lag
222223
TEST_SET: multi-asic-t1-lag
223224
MIN_WORKER: $(MULTI_ASIC_INSTANCE_NUM)
224225
MAX_WORKER: $(MULTI_ASIC_INSTANCE_NUM)
225226
NUM_ASIC: 4
226-
MGMT_BRANCH: 202205
227+
MGMT_BRANCH: "202205"

0 commit comments

Comments
 (0)