Skip to content

Commit 17a98ea

Browse files
authored
[ci]: Add dpu topo (#16723)
Enable an Azp job for checking DPU scenario. Signed-off-by: Ze Gan <[email protected]>
1 parent e66ae59 commit 17a98ea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

azure-pipelines.yml

+15
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,21 @@ stages:
239239
COMMON_EXTRA_PARAMS: "--neighbor_type=sonic "
240240
VM_TYPE: vsonic
241241

242+
- job: dpu_elastictest
243+
displayName: "kvmtest-dpu by Elastictest"
244+
timeoutInMinutes: 240
245+
continueOnError: false
246+
pool: ubuntu-20.04
247+
steps:
248+
- template: .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
249+
parameters:
250+
TOPOLOGY: dpu
251+
MIN_WORKER: $(T0_SONIC_INSTANCE_NUM)
252+
MAX_WORKER: $(T0_SONIC_INSTANCE_NUM)
253+
KVM_IMAGE_BRANCH: "master"
254+
MGMT_BRANCH: "master"
255+
256+
242257
# - job: wan_elastictest
243258
# displayName: "kvmtest-wan by Elastictest"
244259
# pool: ubuntu-20.04

0 commit comments

Comments
 (0)