[202205][TestbedV2] Add dualtor test jobs using TestbedV2. (#12673)
Add dualtor test jobs using TestbedV2 in 202205 branch. Why I did it Add dualtor test jobs using TestbedV2 in 202205 branch. How I did it Add dualtor test jobs using TestbedV2 in 202205 branch. Signed-off-by: Yutong Zhang <yutongzhang@microsoft.com>
This commit is contained in:
parent
993fc8323e
commit
91b6d2c938
@ -316,3 +316,19 @@ stages:
|
|||||||
VM_TYPE: vsonic
|
VM_TYPE: vsonic
|
||||||
SPECIFIED_PARAMS: '{\"test_pretest.py\":[\"--completeness_level=confident\",\"--allow_recover\"],\"test_posttest.py\":[\"--completeness_level=confident\",\"--allow_recover\"]}'
|
SPECIFIED_PARAMS: '{\"test_pretest.py\":[\"--completeness_level=confident\",\"--allow_recover\"],\"test_posttest.py\":[\"--completeness_level=confident\",\"--allow_recover\"]}'
|
||||||
MGMT_BRANCH: 202205
|
MGMT_BRANCH: 202205
|
||||||
|
|
||||||
|
- job: dualtor_testbedv2
|
||||||
|
pool:
|
||||||
|
vmImage: 'ubuntu-20.04'
|
||||||
|
displayName: "kvmtest-dualtor-t0 by TestbedV2"
|
||||||
|
timeoutInMinutes: 1080
|
||||||
|
condition: and(succeeded(), eq(variables.BUILD_IMG_RUN_TESTBEDV2_TEST, 'YES'))
|
||||||
|
continueOnError: false
|
||||||
|
steps:
|
||||||
|
- template: .azure-pipelines/run-test-scheduler-template.yml
|
||||||
|
parameters:
|
||||||
|
TOPOLOGY: dualtor
|
||||||
|
MIN_WORKER: 1
|
||||||
|
MAX_WORKER: 1
|
||||||
|
COMMON_EXTRA_PARAMS: "--disable_loganalyzer "
|
||||||
|
MGMT_BRANCH: 202205
|
||||||
|
Loading…
Reference in New Issue
Block a user