Skip to content

Commit 4bc0a7a

Browse files
authored
[Test-Proxy] Log Dumps! (Azure#21842)
@mccoyp
1 parent 2eb2c4a commit 4bc0a7a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

eng/pipelines/templates/jobs/ci.conda.tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,8 @@ jobs:
198198
$(activate.method) ${{ artifact.name }}
199199
python -m pytest $(conda.build)/${{ checkout.checkout_path }}/${{ checkout.package }}
200200
displayName: 'Run Tests for ${{ checkout.package }}'
201+
202+
- ${{if eq(parameters.TestProxy, true) }}:
203+
- pwsh: |
204+
cat $(Build.SourcesDirectory)/test-proxy.log
205+
displayName: Dump Test-Proxy Logs

eng/pipelines/templates/steps/build-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ steps:
6363
${{ parameters.ToxEnvParallel }}
6464
env: ${{ parameters.EnvVars }}
6565

66+
- ${{if eq(parameters.TestProxy, true) }}:
67+
- pwsh: |
68+
cat $(Build.SourcesDirectory)/test-proxy.log
69+
displayName: Dump Test-Proxy Logs
70+
6671
- task: PublishPipelineArtifact@1
6772
displayName: Publish Tox Logs
6873
condition: failed()

0 commit comments

Comments
 (0)