This is an automated email from the ASF dual-hosted git repository.
juergbi pushed a change to branch jbilleter/action-cache
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard cb7306005 tests/integration/sandbox.py: Add test for remote action
cache config
discard bddb8e55c Support remote action cache for nested execution
discard 1f1b6b32b _protos: Update local_cas.proto from buildbox
discard c1d3e8836 sandbox: Create single buildbox-casd instance for remote
execution
discard 8b6317a12 Require buildbox-casd 1.2.6
add 380342de6 pluginoriginpip: allow prereleases
add be066d38a Merge pull request #2019 from apache/abderrahim/prereleases
add 9bf41912a Remove tests/testutils/setuptools.py
add c1b4827ee tests: use importlib.metadata instad of pkg_resources
add 17f04cb0a Merge pull request #2025 from apache/abderrahim/pkg_resources
add acc028bff Require buildbox-casd 1.2.6
add 8e7b096ca sandbox: Create single buildbox-casd instance for remote
execution
add 2ddb26e30 Drop obsolete cleanup methods
add 9c4378ab2 Update protobuf to 5.29.5 and grpcio to 1.69.0
add ea41a51f7 _protos: Update local_cas.proto from buildbox
add bdf0d46d2 sandbox: Add helper method to fetch action result outputs
add b8e6876d7 Support remote action cache for nested execution
add be2004432 tests/integration/sandbox.py: Add test for remote action
cache config
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (cb7306005)
\
N -- N -- N refs/heads/jbilleter/action-cache (be2004432)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
requirements/dev-requirements.in | 1 -
requirements/dev-requirements.txt | 1 -
src/buildstream/_assetcache.py | 18 --------
src/buildstream/_context.py | 9 ----
src/buildstream/_pluginfactory/pluginoriginpip.py | 2 +-
src/buildstream/_remote.py | 6 ---
src/buildstream/sandbox/_reremote.py | 6 ---
src/buildstream/sandbox/_sandboxbuildboxrun.py | 13 ++++--
src/buildstream/sandbox/_sandboxreapi.py | 27 +++++++++++
src/buildstream/sandbox/_sandboxremote.py | 24 +---------
src/buildstream/sandbox/sandbox.py | 9 +---
tests/conftest.py | 9 +++-
tests/integration/sandbox.py | 49 ++++++++++++++++++++
tests/testutils/setuptools.py | 55 -----------------------
tests/testutils/site.py | 4 +-
tox.ini | 2 +-
16 files changed, 99 insertions(+), 136 deletions(-)
delete mode 100644 tests/testutils/setuptools.py