Skip to content

Commit

Permalink
Longer timeouts for perf slow jobs (#89762)
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet authored Aug 1, 2023
1 parent b039eab commit 1378acb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/coreclr/perf_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ extends:
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfampere'
timeoutInMinutes: 500
timeoutInMinutes: 780

# run coreclr Windows arm64 ampere no dynamic pgo microbenchmarks perf job
- template: /eng/pipelines/common/platform-matrix.yml
Expand All @@ -256,7 +256,7 @@ extends:
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfampere'
pgoRunType: -NoDynamicPGO
timeoutInMinutes: 500
timeoutInMinutes: 780

# run coreclr cloudvm microbenchmarks perf job
# this run is added temporarily for measuring AVX-512 performance
Expand Down

0 comments on commit 1378acb

Please sign in to comment.