@@ -336,21 +336,22 @@ jobs:
336
336
${{ parameter.key }} : ${{ parameter.value }}
337
337
338
338
# run coreclr crossgen perf job
339
- - template : /eng/pipelines/common/platform-matrix.yml@${{ parameters.runtimeRepoAlias }}
340
- parameters :
341
- jobTemplate : /eng/pipelines/templates/runtime-perf-job.yml@${{ parameters.performanceRepoAlias }}
342
- buildConfig : release
343
- runtimeFlavor : coreclr
344
- platforms :
345
- - windows_x64
346
- - windows_x86
347
- jobParameters :
348
- liveLibrariesBuildConfig : Release
349
- projectFile : $(Build.SourcesDirectory)/eng/testing/performance/crossgen_perf.proj
350
- runKind : crossgen_scenarios
351
- isScenario : true
352
- logicalMachine : ' perftiger_crossgen'
353
- runtimeRepoAlias : ${{ parameters.runtimeRepoAlias }}
354
- performanceRepoAlias : ${{ parameters.performanceRepoAlias }}
355
- ${{ each parameter in parameters.jobParameters }} :
356
- ${{ parameter.key }} : ${{ parameter.value }}
339
+ - ${{ if false }} : # Disabling as all crossgen jobs are failing at the moment - https://github.com/dotnet/performance/issues/4819
340
+ - template : /eng/pipelines/common/platform-matrix.yml@${{ parameters.runtimeRepoAlias }}
341
+ parameters :
342
+ jobTemplate : /eng/pipelines/templates/runtime-perf-job.yml@${{ parameters.performanceRepoAlias }}
343
+ buildConfig : release
344
+ runtimeFlavor : coreclr
345
+ platforms :
346
+ - windows_x64
347
+ - windows_x86
348
+ jobParameters :
349
+ liveLibrariesBuildConfig : Release
350
+ projectFile : $(Build.SourcesDirectory)/eng/testing/performance/crossgen_perf.proj
351
+ runKind : crossgen_scenarios
352
+ isScenario : true
353
+ logicalMachine : ' perftiger_crossgen'
354
+ runtimeRepoAlias : ${{ parameters.runtimeRepoAlias }}
355
+ performanceRepoAlias : ${{ parameters.performanceRepoAlias }}
356
+ ${{ each parameter in parameters.jobParameters }} :
357
+ ${{ parameter.key }} : ${{ parameter.value }}
0 commit comments