Skip to content

Commit 2bbe97f

Browse files
[ci] Continue on error when running test.
1 parent 749b393 commit 2bbe97f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.azure-pipelines/test-docker-sonic-vs-template.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ jobs:
9595
fi
9696
rm -rf $(Build.ArtifactStagingDirectory)/download
9797
displayName: "Run vs tests"
98-
continueOnError: ${{ parameters.asan }}
98+
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
99+
continueOnError: true
99100
100101
- task: PublishTestResults@2
101102
inputs:

0 commit comments

Comments
 (0)