Add 'Request Speedometer Perf Run' to VS experimental insertion build policies#13505
Merged
Merged
Conversation
Contributor
|
Hello @@copilot, I noticed that you’re changing an .swr file or any file under src/Package/MSBuild.VSSetup.. Please make sure to validate this change by an experimental VS insertion. This is accomplished by pushing to an exp/* branch, which requires write permissions to this repo. |
…sertion-experimental.yml Agent-Logs-Url: https://github.com/dotnet/msbuild/sessions/155800df-e886-409c-b095-aa57cb256cd7 Co-authored-by: JanProvaznik <25267098+JanProvaznik@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update InsertionBuildPolicies to include Speedometer Perf Run
Add 'Request Speedometer Perf Run' to VS experimental insertion build policies
Apr 8, 2026
rainersigwald
approved these changes
Apr 8, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the missing Speedometer performance gate to the experimental VS insertion pipeline so experimental insertions trigger the same additional perf policy intended for insertions.
Changes:
- Updates the experimental VS insertion pipeline to request both DDRIT perf runs and Speedometer perf runs via
InsertionBuildPolicies.
dfederm
pushed a commit
to dfederm/msbuild
that referenced
this pull request
Apr 9, 2026
… policies (dotnet#13505) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JanProvaznik <25267098+JanProvaznik@users.noreply.github.com>
This was referenced Jun 10, 2026
This was referenced Jun 14, 2026
chore(deps): Bump the nuget-dependencies group with 12 updates
JerrettDavis/JD.MSBuild.Containers#13
Merged
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the
Request Speedometer Perf Runpolicy to the experimental VS insertion pipeline alongside the existingRequest Perf DDRITspolicy.Context
The experimental insertion was missing the Speedometer perf run policy, meaning that performance gate was not being triggered on experimental insertions.
Changes Made
azure-pipelines/vs-insertion-experimental.yml: AddedRequest Speedometer Perf RuntoInsertionBuildPolicies(comma-separated, matching the multi-policy format)Testing
Pipeline configuration change only — no code logic affected.
Notes
The regular (non-experimental) insertion pipeline should be checked to ensure parity if needed.
Original prompt
This pull request was created from Copilot chat.