Skip to content

Commit

Permalink
Debugging benchmark by pusblishing test log artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Avila <[email protected]>
  • Loading branch information
sebastianavila5 committed Dec 23, 2024
1 parent 338e700 commit ece7d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ stages:
echo "File ls:"
ls -l
echo "File ls generated"
ls -l generated
ls -l generated/failed-testlogs
echo "File ls testlogs:"
ls -l bazel-testlogs
echo "$ENVOY_FAILED_TEST_LOGS"
Expand All @@ -65,7 +65,7 @@ stages:
condition: always()
displayName: 'Publish Benchmark Test Log'
inputs:
targetPath: $(ENVOY_FAILED_TEST_LOGS)
targetPath: $(Build.SourcesDirectory)/generated/failed-testlogs
artifactName: BenchmarkTestLog-$(System.JobAttempt)

- stage: test_gcc
Expand Down

0 comments on commit ece7d15

Please sign in to comment.