[Testing] Publish new snapshots and diffs to a specific artifacts folder#27928
Merged
jfversluis merged 8 commits intomainfrom Aug 12, 2025
Merged
[Testing] Publish new snapshots and diffs to a specific artifacts folder#27928jfversluis merged 8 commits intomainfrom
jfversluis merged 8 commits intomainfrom
Conversation
Member
|
/azp run MAUI-UITests-public |
|
Azure Pipelines failed to run 1 pipeline(s). |
Contributor
Your link appears to be wrong. |
9bb270a to
91f43a2
Compare
jfversluis
approved these changes
Aug 11, 2025
PureWeen
previously requested changes
Aug 11, 2025
Member
PureWeen
left a comment
There was a problem hiding this comment.
- just adding a request change on here so we hold on this until branching for SR10
rmarinho
pushed a commit
that referenced
this pull request
Aug 13, 2025
…der (#27928) * Publish new snapshots and diffs to a specific artifacts folder * Fix mistake * Updated test to generate new snapshots (and verify the changes) * More changes * Fix identation issues * Removed dependencies usage * More fixes * Revert changes
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

Description of Change
Currently, we publish the snapshots diffs (or new ones, those that don't exist) under the drop folder. For those contributing, can access to the artifacts and download the entire drop folder but it's almost 2GB of data between libraries, logs, images and more.
This PR adds changes to create folders directly in the root of the artifacts if necessary:
This way, can download only the necessary images from the desired platform.