perf(http-client-csharp): parallelize SDK regeneration#11362
Draft
live1206 wants to merge 4 commits into
Draft
Conversation
Preinstall shared tooling once, regenerate matching SDK projects with bounded parallelism, and report per-project timing. Refs microsoft#11361 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6626962a-f09e-496d-8a15-d2d9fd96d09d
commit: |
Contributor
|
No changes needing a change description found. |
Split full Azure SDK regeneration across 18 pipeline jobs, pin every shard to one azure-sdk-for-net commit, and aggregate their binary patches before creating the final PR. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6626962a-f09e-496d-8a15-d2d9fd96d09d
Keep SDK regeneration on one pipeline agent and defer job-level fan-out to a separate change. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6626962a-f09e-496d-8a15-d2d9fd96d09d
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: ec786e41-5618-4414-9552-1c28e2362114
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.
Summary
tsp-clientand build the shared client plugin once, then skip those repeated setup targets in each projectaiserialization workaround now that configured plugin builds use process-isolated outputsPipeline job-level fan-out is intentionally deferred to a separate change.
Addresses #11361.
Validation
srcprojectFollow-up validation
Run the publish pipeline with both Azure data-plane and management-plane regeneration enabled and compare its phase summary and total elapsed time with the previous serial run.