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 aba6eff09 Empty commit to work around a potential versioneer bug
add 6e947605d _cas: Merge `CASDChannel` into `CASDProcessManager`
add 22ee8a28f Move `CASDProcessManager` instance from `CASCache` to
`Context`
add c328a8883 _remotespec.py: Add `to_localcas_remote()` method
add 667b42111 _assetcache.py: Use buildbox-casd as remote asset proxy, if
supported
new ba4b41903 Merge pull request #1922 from
apache/juerg/buildbox-asset-remote
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:
src/buildstream/_assetcache.py | 60 ++++++++++------
src/buildstream/_cas/__init__.py | 1 +
src/buildstream/_cas/cascache.py | 75 +++++---------------
src/buildstream/_cas/casdprocessmanager.py | 85 +++++++----------------
src/buildstream/_cas/casremote.py | 13 +---
src/buildstream/_cas/casserver.py | 15 ++--
src/buildstream/_context.py | 32 ++++++---
src/buildstream/_remote.py | 3 -
src/buildstream/_remotespec.py | 17 +++++
src/buildstream/_stream.py | 2 +-
src/buildstream/_testing/runcli.py | 2 +-
src/buildstream/sandbox/_sandboxbuildboxrun.py | 4 +-
tests/artifactcache/expiry.py | 8 +--
tests/artifactcache/pull.py | 3 -
tests/internals/cascache.py | 27 +++----
tests/internals/storage.py | 8 +--
tests/internals/storage_vdir_import.py | 38 +++-------
tests/testutils/__init__.py | 1 +
tests/testutils/artifactshare.py | 2 +-
tests/{frontend/__init__.py => testutils/casd.py} | 31 ++++-----
20 files changed, 175 insertions(+), 252 deletions(-)
copy tests/{frontend/__init__.py => testutils/casd.py} (52%)