Open
Description
@azchohfi Hmm, was just messing with the DownloadPipelineArtifact
wondering if we published it as an Artifact if we could use the specific
flag to somehow grab the latest pipeline artifact from the main branch? Not sure if we can get that specific with the project
guid? runVersion
latestFromBranch
maybe? 🤔 That looks promising. I can try it out later once I get the base script running.
Originally posted by @michael-hawker in #3600 (comment)
- The current script should save it's results to a file for that pipeline in DevOpsBefore the script runs the data for the last release branch (or main to start) should be fetchedThe script needs to take that data file as a potential inputIf it has input, it needs to also compare each project against the last size for that projectIf there's a change above ~15kb(TBD?), a new dependency, or a new binary, it should post a comment to the PR with a message/details of change
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
michael-hawker commentedon Jul 15, 2021
We should also investigate the retention policy on the DevOps and figure out how to ensure we retain artifacts for our
rel/*
branches if we start comparing against those. For a first pass of this comparing against main is acceptable as we'll be auditing it moving forward.