This is an automated email from the ASF dual-hosted git repository.

akitouni pushed a change to branch abderrahim/nested-reapi
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard 68e038a5f _sandboxreapi: check stdout and stderr exist when fetching 
action result
 discard 3965a4d3f _sandboxbuildboxrun: Fix check to enable action cache updates
 discard 95fe67fa6 tests/integration: Add tests for `digest-environment`
 discard 1e43f9685 buildelement.py: Document `digest-environment`
 discard 1f5ef2e32 buildelement.py: Add the digest-environment config property
 discard 5a90a4b3a Store sandbox state in Artifact proto
 discard 684268e7a artifact.proto: Add a field for the build sandbox state
 discard c7b39a1ed _sandboxremote.py: Upload blobs for subsandbox roots
 discard 451474645 element.py: Add `subsandbox()` method
 discard 33c74904e element.py: Support per-sandbox overlap collector
 discard 133e7708f sandbox.py: Add method to create a sub-sandbox
 discard 6dea8f82e element.py: Use sandbox environment for logging and shell
     add b614b9abb _sandboxbuildboxrun: Fix check to enable action cache updates
     add dbb38afc1 Merge pull request #2044 from 
apache/abderrahim/action-cache-update
     add 6258d8936 _yaml: set a large 'width' value in the roundtrip yaml config
     add 9e6bf3d47 Merge pull request #2046 from apache/abderrahim/roundtrip
     add ce9bdde3c ci: Add Debian 12 and 13 and update images
     add 2a63e9659 Merge pull request #2050 from apache/jbilleter/debian
     add 190077ca6 sandbox/_config.py: Fix artifact metadata for 
`remote-apis-socket`
     add 8b90e2702 tests/integration/sandbox.py: Extend tests to check artifact 
loading
     add 22485d574 Merge pull request #2049 from apache/jbilleter/sandbox-config
     add 77c2319b9 _stream: speed up `bst artifact show`
     add 45292b5d2 Merge pull request #2048 from apache/abderrahim/artifact-show
     new 7d35b1312 element.py: Use sandbox environment for logging and shell
     new c0ee2027a sandbox.py: Add method to create a sub-sandbox
     new 0bf2d064d element.py: Support per-sandbox overlap collector
     new 24ef3493d element.py: Add `subsandbox()` method
     new d53b09db4 _sandboxremote.py: Upload blobs for subsandbox roots
     new b9613a08f artifact.proto: Add a field for the build sandbox state
     new 0694cefa8 Store sandbox state in Artifact proto
     new e7ee589a6 element.py: Don't call `configure_sandbox()` for non-build 
sandboxes
     new 10518a0c7 buildelement.py: Add the digest-environment config property
     new cb5340f2e buildelement.py: Document `digest-environment`
     new c15128f52 tests/integration: Add tests for `digest-environment`
     new d324ca668 _sandboxreapi: check stdout and stderr exist when fetching 
action result

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   (68e038a5f)
            \
             N -- N -- N   refs/heads/abderrahim/nested-reapi (d324ca668)

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 12 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:
 .github/common.env                       |  2 +-
 .github/compose/ci.docker-compose.yml    |  8 +++++
 .github/workflows/ci.yml                 |  2 ++
 src/buildstream/_artifactcache.py        |  4 +++
 src/buildstream/_stream.py               |  4 ++-
 src/buildstream/_yaml.pyx                |  2 ++
 src/buildstream/buildelement.py          |  5 ++-
 src/buildstream/element.py               |  6 +++-
 src/buildstream/sandbox/_config.py       |  9 +++---
 tests/integration/digest-environment.py  | 54 +++++++++++++++++++++++++++++++-
 tests/integration/sandbox.py             | 10 ++++++
 tests/internals/yaml/roundtrip-test.yaml |  2 ++
 12 files changed, 99 insertions(+), 9 deletions(-)

Reply via email to