Skip to content

Commit 2d90316

Browse files
committed
Skip crossgen2 publishing for comparison jobs
1 parent 788302f commit 2d90316

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

eng/pipelines/coreclr/exploratory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extends:
4040
buildArgs: -s clr+libs -c $(_BuildConfig) -lc Release
4141
timeoutInMinutes: 360
4242
postBuildSteps:
43-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(_BuildConfig) $(archType) generatelayoutonly
43+
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(_BuildConfig) $(archType) generatelayoutonly -p:Crossgen2Supported=false
4444
displayName: Create Core_Root
4545
condition: succeeded()
4646
- template: /eng/pipelines/coreclr/templates/jit-exploratory-steps.yml

eng/pipelines/coreclr/templates/crossgen2-comparison-build-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
displayName: 'product build'
9999

100100
# Populate Core_Root
101-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(buildConfig) $(archType) $(crossArg) generatelayoutonly
101+
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(buildConfig) $(archType) $(crossArg) generatelayoutonly -p:Crossgen2Supported=false
102102
displayName: Populate Core_Root
103103

104104
# Create work item directory and populate with assemblies

eng/pipelines/coreclr/templates/crossgen2-comparison-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
displayName: 'product build'
9595

9696
# Populate Core_Root
97-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(buildConfig) $(archType) $(crossArg) generatelayoutonly
97+
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(buildConfig) $(archType) $(crossArg) generatelayoutonly -p:Crossgen2Supported=false
9898
displayName: Populate Core_Root
9999

100100
- task: DownloadPipelineArtifact@2

eng/pipelines/coreclr/templates/perf-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
checkDownloadedFiles: true
274274

275275
# Create Core_Root
276-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(buildConfig) $(archType) generatelayoutonly $(librariesOverrideArg) $(_crossBuildPropertyArg)
276+
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(buildConfig) $(archType) generatelayoutonly $(librariesOverrideArg) $(_crossBuildPropertyArg) -p:Crossgen2Supported=false
277277
displayName: Create Core_Root
278278
condition: and(succeeded(), ne(variables.runtimeFlavorName, 'Mono'), not(in('${{ parameters.runtimeType }}', 'wasm', 'AndroidMono', 'iOSMono', 'iOSNativeAOT')))
279279

eng/pipelines/coreclr/templates/superpmi-collect-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
displayName: 'generic managed test artifacts'
7373

7474
# Create Core_Root
75-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(buildConfig) $(archType) generatelayoutonly $(librariesOverrideArg)
75+
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) $(buildConfig) $(archType) generatelayoutonly $(librariesOverrideArg) -p:Crossgen2Supported=false
7676
displayName: Create Core_Root
7777
condition: succeeded()

0 commit comments

Comments
 (0)