Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Gocke <angocke@microsoft.com>2021-02-12 03:44:00 +0300
committerGitHub <noreply@github.com>2021-02-12 03:44:00 +0300
commit5ba84875359f4b679c1069b603834a4ed0013164 (patch)
treebe358b83e7a828e879df67a5b97b1a3c086c6cb6 /eng/pipelines/runtime-official.yml
parentb2adfd7ae40e1ca0f4bd311ca052846d46a8c9bb (diff)
Turn off PGO builds until I can get a proper fix in (#48170)
Diffstat (limited to 'eng/pipelines/runtime-official.yml')
-rw-r--r--eng/pipelines/runtime-official.yml52
1 files changed, 26 insertions, 26 deletions
diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml
index 9d9a7928e16..b0c32c1f85b 100644
--- a/eng/pipelines/runtime-official.yml
+++ b/eng/pipelines/runtime-official.yml
@@ -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