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/03/04 15:58:02 UTC

[buildstream] branch juerg/remote-cache updated (ce6c0ef -> 046955d)

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 ce6c0ef  _stream.py: Parallelize cache queries if a remote cache is configured
 discard d3051ac  _scheduler: Add CacheQueryQueue to support cache query in job threads
 discard db45c67  _sandboxremote.py: Make storage-service optional with remote cache
 discard ac9b288  _context.py: Add support for remote-cache configuration
 discard 79cfc0b  _cas: Add support for remote cache
 discard 495afe4  _sandboxremote.py: Drop unused output_files_required parameter
 discard d6d30e8  Always require artifact files
 discard d818371  Drop pull-artifact-files config option for remote execution
 discard af84f15  element.py: Move get_logs() to internal API
 discard 851d2be  _artifact.py: Add cached and strong_key parameters to set_cached()
 discard e01068c  Call _initialize_state() in Element._new_from_load_element()
 discard b7ff365  Move artifact and source cache query trigger to Stream class
 discard 54e9ff0  Use _load_artifact() for ArtifactElement
 discard 73eaae8  element.py: Combine cache query and pull into `_load_artifact()`
 discard c408501  _elementsources.py: Make cache query explicit
 discard 0efd0c0  _artifact.py: Make cache query explicit
 discard 6f47bd2  _pipeline.py: Drop the optimization for cached elements in the planner
 discard 3a1ba18  fetchqueue.py: Don't skip elements with a cached failure
 discard dc490ea  tests/frontend/push.py: Allow pushing of dependencies
     add 0ce6033  NEWS: Updating for 1.93.6 snapshot tag
     add 122948a  tests/frontend/push.py: Allow pushing of dependencies
     add 56d3e35  fetchqueue.py: Don't skip elements with a cached failure
     add 106a4c8  _pipeline.py: Drop the optimization for cached elements in the planner
     add b583777  _artifact.py: Make cache query explicit
     add 01b8209  _elementsources.py: Make cache query explicit
     add 63e1505  element.py: Combine cache query and pull into `_load_artifact()`
     add a91c69b  Use _load_artifact() for ArtifactElement
     add 2003805  Move artifact and source cache query trigger to Stream class
     add d9728b8  Call _initialize_state() in Element._new_from_load_element()
     add 64436da  Merge pull request #1450 from apache/juerg/cache-query
     add 8a170e9  _artifact.py: Add cached and strong_key parameters to set_cached()
     add 49696a0  element.py: Move get_logs() to internal API
     add b7cb143  Drop pull-artifact-files config option for remote execution
     add 395c1f1  Always require artifact files
     add c49d4e5  _sandboxremote.py: Drop unused output_files_required parameter
     add 1d11f31  _cas: Add support for remote cache
     add e0b99e3  _context.py: Add support for remote-cache configuration
     add afdf70c  _sandboxremote.py: Make storage-service optional with remote cache
     add 8d27636  _scheduler: Add CacheQueryQueue to support cache query in job threads
     add 046955d  _stream.py: Parallelize cache queries if a remote cache is configured

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   (ce6c0ef)
            \
             N -- N -- N   refs/heads/juerg/remote-cache (046955d)

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:
 NEWS                                | 5 +++++
 src/buildstream/_artifactelement.py | 2 +-
 src/buildstream/_context.py         | 2 +-
 src/buildstream/_remotespec.py      | 7 ++++++-
 src/buildstream/element.py          | 1 -
 5 files changed, 13 insertions(+), 4 deletions(-)