Turn off PGO builds until I can get a proper fix in (#48170)
authorAndy Gocke <angocke@microsoft.com>
Fri, 12 Feb 2021 00:44:00 +0000 (16:44 -0800)
committerGitHub <noreply@github.com>
Fri, 12 Feb 2021 00:44:00 +0000 (16:44 -0800)
eng/pipelines/runtime-official.yml
eng/pipelines/runtime.yml

index 9d9a792..b0c32c1 100644 (file)
@@ -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
index 1ceab31..884874a 100644 (file)
@@ -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
@@ -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