Skip to content

Gracefully fallback to fetching source if remote doesn't have every blob cached

Benjamin Schubert requested to merge bschubert/partial-source-cache into master

Description

Since we are using a CAS cache for storing remote artifacts, we do not have the guarantee that all blobs of a source will be cached.

This ensures we gracefully fallback to the next remote server, and, if not found, fetch it at the end.


Merge request reports