[TestbedV2][master]Set all jobs mandatory in pipeline. (#12938)

Recently, the job of t0-sonic, multi-asic and wan run stably in master branch, so in this pr, I set them mandatory in azure pipeline.

Why I did it
Recently, the job of t0-sonic, multi-asic and wan run stably in master branch, so in this pr, I set them mandatory in azure pipeline.

How I did it
Modify the value of continueOnError in each job from `true` to `false`.

Signed-off-by: Yutong Zhang <yutongzhang@microsoft.com>
This commit is contained in:
Yutong Zhang 2022-12-06 10:19:54 +08:00 committed by GitHub
parent f2ece3a4fc
commit 4de98ffecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,7 +323,7 @@ stages:
vmImage: 'ubuntu-20.04'
timeoutInMinutes: 240
condition: and(succeeded(), eq(variables.BUILD_IMG_RUN_TESTBEDV2_TEST, 'YES'))
continueOnError: true
continueOnError: false
steps:
- template: .azure-pipelines/run-test-scheduler-template.yml
parameters:
@ -354,7 +354,7 @@ stages:
vmImage: 'ubuntu-20.04'
timeoutInMinutes: 240
condition: and(succeeded(), eq(variables.BUILD_IMG_RUN_TESTBEDV2_TEST, 'YES'))
continueOnError: true
continueOnError: false
steps:
- template: .azure-pipelines/run-test-scheduler-template.yml
parameters:
@ -370,9 +370,9 @@ stages:
displayName: "kvmtest-wan by TestbedV2"
pool:
vmImage: 'ubuntu-20.04'
timeoutInMinutes: 1080
timeoutInMinutes: 240
condition: and(succeeded(), eq(variables.BUILD_IMG_RUN_TESTBEDV2_TEST, 'YES'))
continueOnError: true
continueOnError: false
steps:
- template: .azure-pipelines/run-test-scheduler-template.yml
parameters: