On 9/18/2025 11:25 AM, Zhao Zhili wrote: > Current situation: > 1. A patch depends on new sample in fate-suit will fail CI Just temporarily manually download it in the workflow, and before the PR gets merged, have the sample be uploaded to the fate-suite and remove the manual download. That's how it's been handled so far. > 2. New sample needs to upload to fate-suit server manually > > Question: Is it possible to hook sample uploading request to forgejo? A PR that needs a new sample pretty much is that imo. > A simple idea is: > 1. Setup a git repo with git-lfs support for fate-suit. > 2. Add new sample via sending PR to this fate-suit repo. > 3. Add cross link and rerun CI manually in FFmpeg repo’s PR after fate-suit’s PR merged. > > Maybe there are more simpler methods to do that. So far all methods I could think of were more or less the same level of effort than the current approach.