You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stop using shared cache directory for examples CI pipeline (#442)
### Motivation
We're not properly cleaning up temporary files in our scripts for
examples, leading to CI running out of disk space.
### Modifications
Delete each example copy, and the scratch/cache space at the end of the
script.
### Result
Hopefully will recover CI.
### Test Plan
N/A, PR CI will show if this fixes things.
---------
Co-authored-by: Si Beaumont <[email protected]>
0 commit comments