-
- Downloads
CASQuota: Move cache check methods into new Class
This sits in Context allowing artifact cache to check the cas quota while not being used for CASServer. A lot of code that checks cache quota has been touched. Part of #870
Showing
- buildstream/_artifactcache.py 18 additions, 268 deletionsbuildstream/_artifactcache.py
- buildstream/_cas/__init__.py 1 addition, 1 deletionbuildstream/_cas/__init__.py
- buildstream/_cas/cascache.py 271 additions, 11 deletionsbuildstream/_cas/cascache.py
- buildstream/_context.py 21 additions, 7 deletionsbuildstream/_context.py
- buildstream/_frontend/status.py 1 addition, 1 deletionbuildstream/_frontend/status.py
- buildstream/_frontend/widget.py 1 addition, 1 deletionbuildstream/_frontend/widget.py
- buildstream/_scheduler/jobs/cachesizejob.py 3 additions, 3 deletionsbuildstream/_scheduler/jobs/cachesizejob.py
- buildstream/_scheduler/jobs/cleanupjob.py 4 additions, 4 deletionsbuildstream/_scheduler/jobs/cleanupjob.py
- tests/artifactcache/cache_size.py 2 additions, 2 deletionstests/artifactcache/cache_size.py
- tests/artifactcache/expiry.py 4 additions, 4 deletionstests/artifactcache/expiry.py
- tests/testutils/artifactshare.py 3 additions, 2 deletionstests/testutils/artifactshare.py
Loading
Please register or sign in to comment