[build] Add build-summary stage to Xamarin.Android-PR pipeline#10982
Open
jonathanpeppers wants to merge 2 commits intomainfrom
Open
[build] Add build-summary stage to Xamarin.Android-PR pipeline#10982jonathanpeppers wants to merge 2 commits intomainfrom
build-summary stage to Xamarin.Android-PR pipeline#10982jonathanpeppers wants to merge 2 commits intomainfrom
Conversation
Context: https://devdiv.visualstudio.com/DevDiv/_git/Xamarin.yaml-templates/pullrequest/720277 Points yaml-templates at `dev/peppers/build-summary` to test the new `build-summary` template. Only runs on `Xamarin.Android-PR` pipeline for non-fork PRs. For testing: * Add invalid XML to NativeAOT.targets to trigger test failures Co-Authored-By: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
The build-summary template has been merged to main in Xamarin.yaml-templates. Remove the deliberate invalid XML from NativeAOT.targets that was used for testing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a failure-only BuildSummary stage to the Xamarin.Android-PR Azure Pipelines definition so failed PR runs can publish a consolidated build summary using the shared yaml-templates build-summary template.
Changes:
- Adds a new
BuildSummarystage gated onBuild.DefinitionName == Xamarin.Android-PR. - Configures the stage to depend on the main build/test stages and run only when the pipeline is failing (
condition: failed()). - Uses
build-summary/v1.yml@yaml-templatesas the job template for the stage.
Member
Author
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.



Context: https://devdiv.visualstudio.com/DevDiv/_git/Xamarin.yaml-templates/pullrequest/720277
Points yaml-templates at
dev/peppers/build-summaryto test the newbuild-summarytemplate. Only runs onXamarin.Android-PRpipeline for non-fork PRs.For testing: