From 0ae4903ef9c659de8e587880a664ac086640c477 Mon Sep 17 00:00:00 2001 From: Ze Gan Date: Tue, 21 Jun 2022 15:47:06 +0800 Subject: [PATCH] [azurepipeline]: Add t0-sonic pool back to Azp checker (#11181) Why I did it The t0-sonic pool has been fixed, so add it back to azp checker. How I did it Remove continueOnError in run-test-template.yml. Signed-off-by: Ze Gan --- .azure-pipelines/run-test-template.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure-pipelines/run-test-template.yml b/.azure-pipelines/run-test-template.yml index 7d3a6c8dd612..2a75d1bc32dc 100644 --- a/.azure-pipelines/run-test-template.yml +++ b/.azure-pipelines/run-test-template.yml @@ -51,8 +51,6 @@ steps: rm -rf $(Build.ArtifactStagingDirectory)/* docker exec sonic-mgmt bash -c "/data/sonic-mgmt/tests/kvmtest.sh -en -T ${{ parameters.tbtype }} ${{ parameters.tbname }} ${{ parameters.dut }} ${{ parameters.section }}" displayName: "Run tests" - ${{ if eq(parameters.tbtype, 't0-sonic') }}: - continueOnError: true - script: | # save dut state if test fails