Split remote execution from artifact cache
Compare changes
- Jim MacArthur authored
There is nothing in ArtifactCacheSpec that's actually specific to artifacts, so I've made it a CAS class so we can use the same spec for remote execution.
@@ -21,7 +21,6 @@ import multiprocessing
@@ -31,7 +30,7 @@ from .. import _signals
@@ -45,48 +44,8 @@ CACHE_SIZE_FILE = "cache_size"