[PR #12306] [MERGED] Add PGOBuildMode to PGD merge step #28973

Open
opened 2026-01-31 09:31:58 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/12306
Author: @miniksa
Created: 1/31/2022
Status: Merged
Merged: 2/1/2022
Merged by: @DHowett

Base: mainHead: dev/miniksa/merge-pgd


📝 Commits (2)

  • e786e9c Add PGOBuildMode to PGD merge step
  • 830f8bd change mode from optimize to instrument

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 build/pipelines/templates/pgo-merge-pgd-job.yml (+2 -2)

📄 Description

I added a condition to exclude some of the NuGet PGO stuff when there was no build mode, but appear to not have propagated any of it in the PGD merge job. This sets it to Optimize here so it'll go through.

PR Checklist

Validation Steps Performed

  • Ran the PGO Instrument Phase
  • Ran the PGO Optimize Phase

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/12306 **Author:** [@miniksa](https://github.com/miniksa) **Created:** 1/31/2022 **Status:** ✅ Merged **Merged:** 2/1/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/miniksa/merge-pgd` --- ### 📝 Commits (2) - [`e786e9c`](https://github.com/microsoft/terminal/commit/e786e9c453c1fdd10b6b3affb9689fe7cd383130) Add PGOBuildMode to PGD merge step - [`830f8bd`](https://github.com/microsoft/terminal/commit/830f8bde8e52ae07dc34ce3fc90f030ae0699de1) change mode from optimize to instrument ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `build/pipelines/templates/pgo-merge-pgd-job.yml` (+2 -2) </details> ### 📄 Description I added a condition to exclude some of the NuGet PGO stuff when there was no build mode, but appear to not have propagated any of it in the PGD merge job. This sets it to Optimize here so it'll go through. ## PR Checklist * [x] Closes #12300 * [x] I work here. * [x] It blends. ## Validation Steps Performed * [x] Ran the PGO Instrument Phase * [x] Ran the PGO Optimize Phase --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:31:58 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28973