[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:
Yutong Zhang 2022-11-12 11:03:36 +08:00 committed by GitHub
parent 993fc8323e
commit 91b6d2c938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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