You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2021/06/14 14:58:43 UTC

[buildstream] branch juerg/remote-cache updated (ae9a603 -> 3788b80)

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

juergbi pushed a change to branch juerg/remote-cache
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard ae9a603  _stream.py: Parallelize cache queries if a remote cache is configured
 discard 833f253  tests/remoteexecution/remotecache.py: Add test for remote-cache
 discard 8cf934a  tests/frontend/remote-caches.py: Add test for remote-cache
 discard a125802  _scheduler: Add CacheQueryQueue to support cache query in job threads
 discard d49d034  _sandboxremote.py: Make storage-service optional with remote cache
 discard a3ae4e1  _context.py: Add support for remote-cache configuration
 discard d0b18d5  _cas: Add support for remote cache
 discard 60af48c  _sandboxremote.py: Drop unused output_files_required parameter
 discard 9be8324  Always require artifact files
 discard ba04354  Drop pull-artifact-files config option for remote execution
 discard 29ad40e  element.py: Move get_logs() to internal API
 discard 485f479  _artifact.py: Add cached and strong_key parameters to set_cached()
 discard 7537da8  .github: Rename remote service tests in CI
     add 88e29ed  _cas/casserver.py: Fix --log-level default value with Click 8.0
     add 4b42c15  .github: Work around bst-artifact-server bug in Docker image
     add 04f14f9  .github: Rename remote service tests in CI
     add e270e13  Merge pull request #1480 from apache/juerg/ci
     add a99b414  .github/compose/ci.bst-artifact-server.yml: Use nightly Docker image
     add bbc6d74  .github/compose/ci.bst-artifact-server.yml: Drop workaround
     add c388631  Merge pull request #1481 from apache/juerg/ci
     add dbbd2f4  _sandboxbuildboxrun.py: Drop --use-localcas
     add eb12d1c  Merge pull request #1482 from apache/juerg/buildbox-use-localcas
     add 9ff82f7  element.py: Move get_logs() to internal API
     add da9ebb2  Drop pull-artifact-files config option for remote execution
     add 5995975  Always require artifact files
     add a192d38  _sandboxremote.py: Drop unused output_files_required parameter
     add 597f2e3  _cas: Add support for remote cache
     add f125072  _context.py: Add support for storage-service in cache configuration
     add b1bf8d2  _sandboxremote.py: Make storage-service optional with remote cache
     add abe2dfb  _scheduler: Add CacheQueryQueue to support cache query in job threads
     add 9bd2ae6  tests/frontend/remote-caches.py: Add test for cache storage-service
     add e07eb00  tests/remoteexecution/remotecache.py: Add test for cache storage-service
     add 408f5c5  _stream.py: Parallelize cache queries if a remote cache is configured
     add 3788b80  doc: Document storage-service in cache configuration

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   (ae9a603)
            \
             N -- N -- N   refs/heads/juerg/remote-cache (3788b80)

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:
 .github/compose/ci.bst-artifact-server.yml     |  6 ++---
 .github/compose/ci.buildgrid.yml               |  2 +-
 doc/source/main_glossary.rst                   |  2 +-
 doc/source/using_config.rst                    | 31 +++++++++++++++++++++++++-
 src/buildstream/_artifact.py                   | 18 ++++-----------
 src/buildstream/_cas/casserver.py              |  3 +++
 src/buildstream/_context.py                    |  4 ++--
 src/buildstream/_frontend/widget.py            |  2 +-
 src/buildstream/sandbox/_sandboxbuildboxrun.py |  1 -
 tests/frontend/remote-caches.py                |  2 +-
 tests/remoteexecution/remotecache.py           |  2 +-
 11 files changed, 47 insertions(+), 26 deletions(-)