File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ stages:
4545 jobs :
4646 - template : azure-pipelines-build.yml
4747 parameters :
48- buildOptions : ' USERNAME=admin SONIC_BUILD_JOBS=$(nproc) BUILD_MULTIASIC_KVM=y INCLUDE_DHCP_SERVER=y ${{ variables.VERSION_CONTROL_OPTIONS }}'
48+ buildOptions : ' USERNAME=admin SONIC_BUILD_JOBS=$(nproc) BUILD_MULTIASIC_KVM=y ${{ variables.VERSION_CONTROL_OPTIONS }}'
4949 jobGroups :
5050 - name : vs
5151
@@ -142,15 +142,3 @@ stages:
142142 COMMON_EXTRA_PARAMS : " --neighbor_type=sonic "
143143 VM_TYPE : vsonic
144144
145- - job : dpu_elastictest
146- displayName : " kvmtest-dpu by Elastictest"
147- timeoutInMinutes : 240
148- continueOnError : false
149- pool : sonic-ubuntu-1c
150- steps :
151- - template : .azure-pipelines/run-test-elastictest-template.yml@sonic-mgmt
152- parameters :
153- TOPOLOGY : dpu
154- MIN_WORKER : $(T0_SONIC_INSTANCE_NUM)
155- MAX_WORKER : $(T0_SONIC_INSTANCE_NUM)
156- MGMT_BRANCH : $(BUILD_BRANCH)
You can’t perform that action at this time.
0 commit comments