Skip to content

Commit 23df338

Browse files
[ci] Continue on error when running test. (#757)
Unblock pipeline when running CI build and scheduled build.
1 parent 06ffb51 commit 23df338

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
8888
rm -rf $(Build.ArtifactStagingDirectory)/download
8989
displayName: "Run vs tests"
90+
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
91+
continueOnError: true
9092
9193
- task: PublishTestResults@2
9294
inputs:

0 commit comments

Comments
 (0)