Skip to content

Commit

Permalink
Don't crash the compare_throughput stage if some results aren't avail…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
andrewlock committed Oct 20, 2023
1 parent 6328bbe commit 16352f8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .azure-pipelines/ultimate-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5760,26 +5760,30 @@ stages:

- task: DownloadPipelineArtifact@2
displayName: Download crank_linux_arm64_1
continueOnError: true
inputs:
artifact: crank_linux_arm64_1 #only download the first lot, ignores retries
artifact: crank_linux_arm64_1
path: $(System.DefaultWorkingDirectory)/tracer/build_data/throughput/current/crank_linux_arm64_1

- task: DownloadPipelineArtifact@2
displayName: Download crank_linux_x64_1
continueOnError: true
inputs:
artifact: crank_linux_x64_1 #only download the first lot, ignores retries
artifact: crank_linux_x64_1
path: $(System.DefaultWorkingDirectory)/tracer/build_data/throughput/current/crank_linux_x64_1

- task: DownloadPipelineArtifact@2
displayName: Download crank_linux_x64_asm_1
continueOnError: true
inputs:
artifact: crank_linux_x64_asm_1 #only download the first lot, ignores retries
artifact: crank_linux_x64_asm_1
path: $(System.DefaultWorkingDirectory)/tracer/build_data/throughput/current/crank_linux_x64_asm_1

- task: DownloadPipelineArtifact@2
displayName: Download crank_windows_x64_1
continueOnError: true
inputs:
artifact: crank_windows_x64_1 #only download the first lot, ignores retries
artifact: crank_windows_x64_1
path: $(System.DefaultWorkingDirectory)/tracer/build_data/throughput/current/crank_windows_x64_1

- script: tracer\build.cmd CompareThroughputResults
Expand Down

0 comments on commit 16352f8

Please sign in to comment.