diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9e2ec4dab3..1a77c5ba58 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -316,3 +316,19 @@ stages: VM_TYPE: vsonic SPECIFIED_PARAMS: '{\"test_pretest.py\":[\"--completeness_level=confident\",\"--allow_recover\"],\"test_posttest.py\":[\"--completeness_level=confident\",\"--allow_recover\"]}' 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