Skip to content

Commit 97a2549

Browse files
fix
1 parent b90354f commit 97a2549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
sudo py.test -v --force-flaky --junitxml=tr.xml --imgname=docker-sonic-vs:$(Build.DefinitionName).$(Build.BuildNumber)
7070
rm -rf $(Build.ArtifactStagingDirectory)/download
7171
displayName: "Run vs tests"
72-
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
72+
${{ if or(ne(variables['Build.Reason'], 'PullRequest'), eq(parameters.asan, true)) }}:
7373
continueOnError: true
7474
7575
- task: PublishTestResults@2

0 commit comments

Comments
 (0)