From 2bbe97f50c865507ecabe70581f1ecbfb981efce Mon Sep 17 00:00:00 2001 From: shilongliu Date: Thu, 9 Mar 2023 15:51:36 +0800 Subject: [PATCH] [ci] Continue on error when running test. --- .azure-pipelines/test-docker-sonic-vs-template.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/test-docker-sonic-vs-template.yml b/.azure-pipelines/test-docker-sonic-vs-template.yml index 144a96879..4113465c7 100644 --- a/.azure-pipelines/test-docker-sonic-vs-template.yml +++ b/.azure-pipelines/test-docker-sonic-vs-template.yml @@ -95,7 +95,8 @@ jobs: fi rm -rf $(Build.ArtifactStagingDirectory)/download displayName: "Run vs tests" - continueOnError: ${{ parameters.asan }} + ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: + continueOnError: true - task: PublishTestResults@2 inputs: