From 2faa69eed23dd17b488d49c927288decc9d0632f Mon Sep 17 00:00:00 2001 From: Ze Gan Date: Tue, 24 May 2022 10:42:09 +0800 Subject: [PATCH] [Azp]: Ignore the result of t0-sonic pool (#10905) Signed-off-by: Ze Gan --- .azure-pipelines/run-test-template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/run-test-template.yml b/.azure-pipelines/run-test-template.yml index 2a75d1bc32..7d3a6c8dd6 100644 --- a/.azure-pipelines/run-test-template.yml +++ b/.azure-pipelines/run-test-template.yml @@ -51,6 +51,8 @@ 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