Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Milestone
Description
Currently when a job fails on GHA we upload all 109 MB across ~7k files which takes a surprisingly long time. What we really want is just the images that failed and the computed difference.
This is labeled as "good first issue" because there are no API designs here (it is all configuring CI).
Steps:
- sort out how to identify the failed test images (there is a systematic naming convention)
- explain that to the uploader workflow (or just delete all of the non-failed fails!)