Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn off PGO builds until I can get a proper fix in #48170

Merged
merged 1 commit into from
Feb 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,32 +304,32 @@ stages:
- windows_arm
- windows_arm64

#
# Build PGO CoreCLR release
#
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/build-job.yml
buildConfig: release
platforms:
- windows_x64
jobParameters:
testGroup: innerloop
pgoType: 'PGO'

#
# PGO Build
#
- template: /eng/pipelines/installer/installer-matrix.yml
parameters:
buildConfig: Release
jobParameters:
isOfficialBuild: ${{ variables.isOfficialBuild }}
liveRuntimeBuildConfig: release
liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
pgoType: 'PGO'
platforms:
- windows_x64
# #
# # Build PGO CoreCLR release
# #
# - template: /eng/pipelines/common/platform-matrix.yml
# parameters:
# jobTemplate: /eng/pipelines/coreclr/templates/build-job.yml
# buildConfig: release
# platforms:
# - windows_x64
# jobParameters:
# testGroup: innerloop
# pgoType: 'PGO'
#
# #
# # PGO Build
# #
# - template: /eng/pipelines/installer/installer-matrix.yml
# parameters:
# buildConfig: Release
# jobParameters:
# isOfficialBuild: ${{ variables.isOfficialBuild }}
# liveRuntimeBuildConfig: release
# liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
# pgoType: 'PGO'
# platforms:
# - windows_x64

- ${{ if eq(variables.isOfficialBuild, true) }}:
- template: /eng/pipelines/official/stages/publish.yml
Expand Down
38 changes: 19 additions & 19 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,15 @@ jobs:
#
# Build PGO CoreCLR release
#
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/coreclr/templates/build-job.yml
buildConfig: release
platforms:
- windows_x64
jobParameters:
testGroup: innerloop
pgoType: 'PGO'
#- template: /eng/pipelines/common/platform-matrix.yml
# parameters:
# jobTemplate: /eng/pipelines/coreclr/templates/build-job.yml
# buildConfig: release
# platforms:
# - windows_x64
# jobParameters:
# testGroup: innerloop
# pgoType: 'PGO'

#
# Build CoreCLR Formatting Job
Expand Down Expand Up @@ -701,16 +701,16 @@ jobs:
#
# PGO Build
#
- template: /eng/pipelines/installer/installer-matrix.yml
parameters:
buildConfig: Release
jobParameters:
isOfficialBuild: ${{ variables.isOfficialBuild }}
liveRuntimeBuildConfig: release
liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
pgoType: 'PGO'
platforms:
- windows_x64
#- template: /eng/pipelines/installer/installer-matrix.yml
# parameters:
# buildConfig: Release
# jobParameters:
# isOfficialBuild: ${{ variables.isOfficialBuild }}
# liveRuntimeBuildConfig: release
# liveLibrariesBuildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
# pgoType: 'PGO'
# platforms:
# - windows_x64

#
# Crossgen-comparison jobs
Expand Down