Skip to content

Publish all assets and allow more stages to run in parallel #113327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

jkoritzinsky
Copy link
Member

Fixes accidental serialization in the runtime official build and ensure we publish all assets from the runtime official build.

@Copilot Copilot AI review requested due to automatic review settings March 10, 2025 17:50
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This PR aims to publish all assets and allow more stages to run concurrently by removing inter-stage dependencies in the official runtime pipeline.

  • Added “dependsOn: []” for the Localization, Source_Index, and Build stages
  • Enables parallel execution of these stages

Reviewed Changes

File Description
eng/pipelines/runtime-official.yml Introduces empty dependency arrays to enable parallel stage execution

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

@jkoritzinsky jkoritzinsky requested a review from steveisok March 10, 2025 17:53
@jkoritzinsky
Copy link
Member Author

/ba-g fast merge to unblock code-flow as this is not exercised in PR pipelines

@jkoritzinsky jkoritzinsky merged commit aa5c785 into dotnet:main Mar 10, 2025
43 of 125 checks passed
@jkoritzinsky jkoritzinsky deleted the publish-fixes branch March 10, 2025 18:18
@github-actions github-actions bot locked and limited conversation to collaborators Apr 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants