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/16 07:39:14 UTC

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

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 fb4b831  tests/frontend/artifact_checkout.py: Test checking out remote artifacts
    omit ff47c8e  tests/frontend/artifact_pull.py: Test pulling artifacts with various deps options
    omit dfda72e  _stream.py: Added new _reset() function.
    omit 7a30ded  _stream.py: Pre-emptive pulling of artifact metadata in some cases
    omit 99cccc7  _artifactelement.py: Override _pull_done()
    omit e039922  element.py: Added internal API _mimic_artifact()
    omit 412163c  _assetcache.py: Allow explicit re-initialization of remotes.
     add 8cad3f2  ci: Simplify pipelines using Docker Compose
     add 58fc11c  ci: Enable parallelism for tests
     add a666b0f  Merge pull request #1441 from apache/chandan/compose
     add 31b5587  _assetcache.py: Allow explicit re-initialization of remotes.
     add f122827  element.py: Added internal API _mimic_artifact()
     add 718baec  _artifactelement.py: Override _pull_done()
     add a920bbc  _stream.py: Pre-emptive pulling of artifact metadata in some cases
     add 9905ec3  _stream.py: Added new _reset() function.
     add 1115fb1  tests/frontend/artifact_pull.py: Test pulling artifacts with various deps options
     add e8233ab  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   (fb4b831)
            \
             N -- N -- N   refs/heads/tristan/fix-recursive-artifact-pull (e8233ab)

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/common.env                    |   3 +
 .github/compose/ci.docker-compose.yml |  67 +++++++++++++++
 .github/workflows/ci.yml              | 153 +++++++---------------------------
 .github/workflows/merge.yml           |  25 +++---
 .github/workflows/release.yml         |  26 +++---
 5 files changed, 123 insertions(+), 151 deletions(-)
 create mode 100644 .github/common.env
 create mode 100644 .github/compose/ci.docker-compose.yml