From f1fa8a6c8e03a3953bbfb2bfb5564fece8b7a6ba Mon Sep 17 00:00:00 2001 From: Yutong Zhang <90831468+yutongzhang-microsoft@users.noreply.github.com> Date: Tue, 6 Dec 2022 10:18:49 +0800 Subject: [PATCH] [TestbedV2][202205]Set all jobs mandatory in pipeline. (#12939) Recently, the job of t0-sonic runs stably in 202205 branch, so in this pr, I set it mandatory in azure pipeline. Why I did it Recently, the job of t0-sonic runs stably in 202205 branch, so in this pr, I set it mandatory in azure pipeline. How I did it Modify the value of continueOnError in this job from `true` to `false`. Signed-off-by: Yutong Zhang --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 17979b930a..44cd14c502 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -305,7 +305,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: