You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/01/20 15:08:30 UTC

[buildstream] branch tristan/fix-recursive-artifact-pull updated (e8233ab -> 1e194bf)

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

tvb pushed a change to branch tristan/fix-recursive-artifact-pull
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


    omit e8233ab  tests/frontend/artifact_checkout.py: Test checking out remote artifacts
    omit 1115fb1  tests/frontend/artifact_pull.py: Test pulling artifacts with various deps options
    omit 9905ec3  _stream.py: Added new _reset() function.
    omit a920bbc  _stream.py: Pre-emptive pulling of artifact metadata in some cases
    omit 718baec  _artifactelement.py: Override _pull_done()
    omit f122827  element.py: Added internal API _mimic_artifact()
    omit 31b5587  _assetcache.py: Allow explicit re-initialization of remotes.
     add 8cbbeb1  .asf.yaml: Redirect notifications to the commit list
     add ed48d1b  .github/common.env: Defining TOXENV candidates here
     add 517e7b3  .github/compose/ci.docker-compose.yml: Minor refactoring here
     add e087c8a  .github: Added remote execution CI
     add 443d3ba  Merge pull request #1444 from apache/tristan/remote-execution-testing
     add b51aa86  .github: Refactor how we run the remote execution test
     add 835c4b4  .github: Revived remote cache testing
     add 7e52067  Merge pull request #1445 from apache/tristan/remote-cache-testing
     add e8de0d5  _assetcache.py: Allow explicit re-initialization of remotes.
     add 88e7e83  element.py: Added internal API _mimic_artifact()
     add 9ab470c  _artifactelement.py: Override _pull_done()
     add 650e243  _stream.py: Pre-emptive pulling of artifact metadata in some cases
     add a736109  _stream.py: Added new _reset() function.
     add 1004cb5  tests/frontend/artifact_pull.py: Test pulling artifacts with various deps options
     add 1e194bf  tests/frontend/artifact_checkout.py: Test checking out remote artifacts

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   (e8233ab)
            \
             N -- N -- N   refs/heads/tristan/fix-recursive-artifact-pull (1e194bf)

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:
 .asf.yaml                                        |  8 +++
 .github/common.env                               |  3 ++
 .github/compose/buildbarn-config/asset.jsonnet   | 32 +++++++++++
 .github/compose/buildbarn-config/storage.jsonnet | 26 +++++++++
 .github/compose/ci.buildbarn-remote-cache.yml    | 55 +++++++++++++++++++
 .github/compose/ci.buildstream-remote-cache.yml  | 36 +++++++++++++
 .github/compose/ci.docker-compose.yml            | 55 +++++++++++++++++--
 .github/compose/ci.remote-execution.yml          | 67 ++++++++++++++++++++++++
 .github/workflows/ci.yml                         | 50 ++++++++++++++++++
 9 files changed, 327 insertions(+), 5 deletions(-)
 create mode 100644 .github/compose/buildbarn-config/asset.jsonnet
 create mode 100644 .github/compose/buildbarn-config/storage.jsonnet
 create mode 100644 .github/compose/ci.buildbarn-remote-cache.yml
 create mode 100644 .github/compose/ci.buildstream-remote-cache.yml
 create mode 100644 .github/compose/ci.remote-execution.yml