Skip to content
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

Validate while publishing from the VMR #47264

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

mmitche
Copy link
Member

@mmitche mmitche commented Mar 4, 2025

Move stages around so that publishing and validation are done in parallel after the final join. We don't need Maestro publishing to validate the assets

Move stages around so that publishing and validation are done in parallel after the final join. We don't need Maestro publishing to validate the assets
@Copilot Copilot bot review requested due to automatic review settings March 4, 2025 22:26
@mmitche mmitche requested review from a team as code owners March 4, 2025 22:26
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Mar 4, 2025
@mmitche
Copy link
Member Author

mmitche commented Mar 4, 2025

Choose a reason for hiding this comment

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

PR Overview

This PR reorders the pipeline stages to enable publishing and validation to run in parallel after the final join, while decoupling Maestro publishing from asset validation.

  • Introduces a new "Publish_Build_Assets" stage with a stage-level dependency on VMR_Final_Join.
  • Repositions the ValidateAssetBaselines job within the VMR_Validation stage and removes a duplicate declaration of this job.

Reviewed Changes

File Description
eng/pipelines/templates/stages/vmr-build.yml Reorders stages by adding a publishing stage and cleans up duplicate validation jobs.

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

Comments suppressed due to low confidence (2)

eng/pipelines/templates/stages/vmr-build.yml:946

  • Confirm that removing the job-level 'dependsOn: FinalJoin' is intentional and that the stage-level dependency 'dependsOn: VMR_Final_Join' fully covers the required dependency logic.
dependsOn: FinalJoin

eng/pipelines/templates/stages/vmr-build.yml:958

  • [nitpick] Consider whether the job name 'ValidateAssetBaselines' could be more descriptive (for example including 'VMR') to improve clarity in the context of this pipeline.
- job: ValidateAssetBaselines
@mmitche mmitche merged commit 6281db0 into dotnet:main Mar 5, 2025
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants