Download WAN performance artifacts for perf merging (#1188)

This commit is contained in:
Thad House 2021-01-25 12:10:23 -08:00 коммит произвёл GitHub
Родитель 1ebfc0f4ad
Коммит 8817bfd9de
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -339,6 +339,7 @@ stages:
condition: succeededOrFailed()
dependsOn:
- performance
- wanperf
jobs:
- template: ./templates/post-process-performance.yml

Просмотреть файл

@ -28,6 +28,12 @@ jobs:
artifactName: performance
downloadPath: msquic/artifacts/PerfDataResults
- task: DownloadBuildArtifacts@0
displayName: Download WAN Perf Artifacts
inputs:
artifactName: wanperformance
downloadPath: msquic/artifacts/wanperformance
- task: Powershell@2
displayName: Merge coverage (Release)
condition: and(in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI'), not(startsWith(variables['Build.SourceBranch'], 'refs/heads/feature/')))