Skip to content

Commit

Permalink
[Profiler] Download profiler debug symbols for integration tests (#6070)
Browse files Browse the repository at this point in the history
  • Loading branch information
gleocadie authored Sep 24, 2024
1 parent 009918f commit 03b9ea7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2658,6 +2658,12 @@ stages:
artifact: linux-monitoring-home-$(artifactSuffix)
path: $(monitoringHome)

- task: DownloadPipelineArtifact@2
displayName: Download linux debug symbols
inputs:
artifact: linux-profiler-symbols-$(artifactSuffix)
path: $(monitoringHome)

# when we build samples separately, we could run this step and the docker-compose one below in //
# (currently the docker-compose step relies on serverless samples)
- template: steps/run-in-docker.yml
Expand Down

0 comments on commit 03b9ea7

Please sign in to comment.