Skip to content

Commit

Permalink
Move wanperf artifacts to separate log folder (microsoft#1128)
Browse files Browse the repository at this point in the history
Logs folder should only be for failure cases, which allows scripting the failures
  • Loading branch information
ThadHouse authored Dec 30, 2020
1 parent 8b7650b commit 01219af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .azure/templates/run-wanperf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ jobs:
config: ${{ parameters.config }}
arch: ${{ parameters.arch }}
tls: ${{ parameters.tls }}
artifactName: wanperflogs
publishTest: false
3 changes: 2 additions & 1 deletion .azure/templates/upload-test-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ parameters:
config: ''
arch: ''
tls: ''
artifactName: 'logs'
publishTest: true
codeCoverage: false

Expand Down Expand Up @@ -52,7 +53,7 @@ steps:
${{ if eq(parameters.publishTest, true) }}:
condition: failed()
inputs:
artifactName: logs
artifactName: ${{ parameters.artifactName }}
pathToPublish: $(Build.ArtifactStagingDirectory)
parallel: true

Expand Down

0 comments on commit 01219af

Please sign in to comment.