Skip to content

Commit

Permalink
Temporarily disable "extra" CoreCLR perf runs on arm64 (#95728)
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet authored Dec 7, 2023
1 parent af3de26 commit b2f371d
Showing 1 changed file with 34 additions and 32 deletions.
66 changes: 34 additions & 32 deletions eng/pipelines/coreclr/perf_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,40 +149,42 @@ extends:
timeoutInMinutes: 780

# run coreclr Linux arm64 ampere no dynamic pgo microbenchmarks perf job
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
buildConfig: release
runtimeFlavor: coreclr
platforms:
- linux_arm64
jobParameters:
testGroup: perf
liveLibrariesBuildConfig: Release
projectFile: microbenchmarks.proj
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfampere'
timeoutInMinutes: 780
pgoRunType: --nodynamicpgo
# disabled because of: https://github.com/dotnet/performance/issues/3565
# - template: /eng/pipelines/common/platform-matrix.yml
# parameters:
# jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
# buildConfig: release
# runtimeFlavor: coreclr
# platforms:
# - linux_arm64
# jobParameters:
# testGroup: perf
# liveLibrariesBuildConfig: Release
# projectFile: microbenchmarks.proj
# runKind: micro
# runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
# logicalmachine: 'perfampere'
# timeoutInMinutes: 780
# pgoRunType: --nodynamicpgo

# run coreclr Linux arm64 ampere no R2R microbenchmarks perf job
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
buildConfig: release
runtimeFlavor: coreclr
platforms:
- linux_arm64
jobParameters:
testGroup: perf
liveLibrariesBuildConfig: Release
projectFile: microbenchmarks.proj
runKind: micro
runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
logicalmachine: 'perfampere'
timeoutInMinutes: 780
r2rRunType: --nor2r
# disabled because of: https://github.com/dotnet/performance/issues/3565
# - template: /eng/pipelines/common/platform-matrix.yml
# parameters:
# jobTemplate: /eng/pipelines/coreclr/templates/perf-job.yml
# buildConfig: release
# runtimeFlavor: coreclr
# platforms:
# - linux_arm64
# jobParameters:
# testGroup: perf
# liveLibrariesBuildConfig: Release
# projectFile: microbenchmarks.proj
# runKind: micro
# runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml
# logicalmachine: 'perfampere'
# timeoutInMinutes: 780
# r2rRunType: --nor2r

# run coreclr Windows arm64 microbenchmarks perf job
- template: /eng/pipelines/common/platform-matrix.yml
Expand Down

0 comments on commit b2f371d

Please sign in to comment.