10 lines
286 B
TOML
10 lines
286 B
TOML
[worker.oci]
|
|
gc = true
|
|
gckeepstorage = 10000
|
|
[[worker.oci.gcpolicy]]
|
|
keepBytes = 512000000
|
|
keepDuration = 172800
|
|
filters = [ "type==source.local", "type==exec.cachemount", "type==source.git.checkout"]
|
|
[[worker.oci.gcpolicy]]
|
|
all = true
|
|
keepBytes = 1024000000 |