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 40c328c5b wip: action cache support for local execution
 discard 202ed5046 sandbox: Create single buildbox-casd instance for remote 
execution
 discard 5d729215b Require buildbox-casd 1.2.6
     add 2273e7a85 README.rst: Fix GitHub workflow badge to show status
     add d62a313e1 Merge pull request #2027 from 
kieran-ryan/kieran-ryan/fix-readme-workflow-badge
     new 8b6317a12 Require buildbox-casd 1.2.6
     new c1d3e8836 sandbox: Create single buildbox-casd instance for remote 
execution
     new 1f1b6b32b _protos: Update local_cas.proto from buildbox
     new 408d0ac53 Support remote action cache for nested execution
     new 5bc5aada1 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   (40c328c5b)
            \
             N -- N -- N   refs/heads/jbilleter/action-cache (5bc5aada1)

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.

The 5 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:
 README.rst                                         |   2 +-
 requirements/requirements.in                       |   2 +-
 requirements/requirements.txt                      |   4 +-
 src/buildstream/_frontend/widget.py                |   3 +-
 .../bazel/remote/asset/v1/remote_asset_pb2.py      |   6 +-
 .../bazel/remote/asset/v1/remote_asset_pb2_grpc.py |   2 +-
 .../remote/execution/v2/remote_execution_pb2.py    |   6 +-
 .../execution/v2/remote_execution_pb2_grpc.py      |   2 +-
 .../_protos/build/bazel/semver/semver_pb2.py       |   6 +-
 .../_protos/build/bazel/semver/semver_pb2_grpc.py  |   2 +-
 .../_protos/build/buildgrid/local_cas.proto        |  84 +++++++++++++
 .../_protos/build/buildgrid/local_cas_pb2.py       | 131 +++++++++++----------
 .../_protos/build/buildgrid/local_cas_pb2.pyi      |  54 +++++++--
 .../_protos/build/buildgrid/local_cas_pb2_grpc.py  |  48 +++++++-
 .../_protos/buildstream/v2/artifact_pb2.py         |   6 +-
 .../_protos/buildstream/v2/artifact_pb2_grpc.py    |   2 +-
 .../_protos/buildstream/v2/source_pb2.py           |   6 +-
 .../_protos/buildstream/v2/source_pb2_grpc.py      |   2 +-
 .../_protos/google/api/annotations_pb2.py          |   6 +-
 .../_protos/google/api/annotations_pb2_grpc.py     |   2 +-
 src/buildstream/_protos/google/api/http_pb2.py     |   6 +-
 .../_protos/google/api/http_pb2_grpc.py            |   2 +-
 .../_protos/google/bytestream/bytestream_pb2.py    |   6 +-
 .../google/bytestream/bytestream_pb2_grpc.py       |   2 +-
 .../_protos/google/longrunning/operations_pb2.py   |   6 +-
 .../google/longrunning/operations_pb2_grpc.py      |   2 +-
 src/buildstream/_protos/google/rpc/code_pb2.py     |   6 +-
 .../_protos/google/rpc/code_pb2_grpc.py            |   2 +-
 src/buildstream/_protos/google/rpc/status_pb2.py   |   6 +-
 .../_protos/google/rpc/status_pb2_grpc.py          |   2 +-
 src/buildstream/_remotespec.py                     |  14 ++-
 src/buildstream/sandbox/_reremote.py               |  10 +-
 src/buildstream/sandbox/_sandboxbuildboxrun.py     |  30 ++---
 tests/integration/sandbox.py                       |  22 ++++
 34 files changed, 342 insertions(+), 150 deletions(-)

Reply via email to