Skip to content

Commit 1b31842

Browse files
authored
Disable Crossgen tests as they are all failing. (#4820)
1 parent 9be4ddd commit 1b31842

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

eng/pipelines/runtime-perf-jobs.yml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -336,21 +336,22 @@ jobs:
336336
${{ parameter.key }}: ${{ parameter.value }}
337337

338338
# 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

Comments
 (0)