hydrator: short-circuit hydration on hydrator.metadata drySha #19592
Labels
component:hydrator
enhancement
New feature or request
hydrator
Issues related to the manifest hydrator.
Today the hydrator will re-run hydration even if the target dry SHA has already been hydrated.
We should add logic to commit.go to read hydrator.metadata in the target branch (if present). If the dry SHA in hydrator.metadata matches the one being hydrated, we should log, quit early, and return a success code.
The text was updated successfully, but these errors were encountered: