This is an automated email from the ASF dual-hosted git repository.
juergbi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git
from 5e88ea720 Merge pull request #1947 from apache/juerg/ci
add f213f10af Add `reserved-disk-space` config option to the `cache`
section
add ed5c78708 Add `low-watermark` config option to the `cache` section
add 904dd8eaf Change the default `low-watermark` of the cache from 50% to
80%
new 28e385ff0 Merge pull request #1950 from apache/juerg/cache-config
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/source/using_config.rst | 26 +++++++++++++++++++-
src/buildstream/_cas/casdprocessmanager.py | 22 +++++++++++++++--
src/buildstream/_context.py | 38 +++++++++++++++++++++++++++++-
src/buildstream/data/userconfig.yaml | 6 +++++
src/buildstream/utils.py | 29 +++++++++++++++++++++++
tests/artifactcache/expiry.py | 2 +-
6 files changed, 118 insertions(+), 5 deletions(-)