-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Testing] Publish new snapshots and diffs to a specific artifacts folder #27928
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
|
/azp run MAUI-UITests-public |
|
Azure Pipelines failed to run 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your link appears to be wrong. |
9bb270a to
91f43a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- just adding a request change on here so we hold on this until branching for SR10
…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

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.