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 2022/08/01 07:41:53 UTC

[buildstream] branch tristan/full-build-tree updated (0fc7a08c8 -> 0a64a8ebb)

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

tvb pushed a change to branch tristan/full-build-tree
in repository https://gitbox.apache.org/repos/asf/buildstream.git


    from 0fc7a08c8 element.py, sandbox.py: Removing usebuildtree codepath from staging
     add de40c673b tests/integration/shellbuildtrees.py: Test build shell with script element
     add 0a64a8ebb tests/integration/shellbuildtrees.py: Test build shells with compose elements

No new revisions were added by this update.

Summary of changes:
 .../compose-dep-fail.bst}                          |  9 ++-
 .../elements/build-shell/compose-dep-success.bst   | 13 +++++
 .../project/elements/build-shell/compose-fail.bst  |  4 ++
 .../elements/build-shell/compose-success.bst       |  4 ++
 .../corruption-2.bst => build-shell/script.bst}    |  3 +-
 tests/integration/shellbuildtrees.py               | 64 ++++++++++++++++++++++
 6 files changed, 92 insertions(+), 5 deletions(-)
 copy tests/integration/project/elements/{echo-env-var.bst => build-shell/compose-dep-fail.bst} (53%)
 create mode 100644 tests/integration/project/elements/build-shell/compose-dep-success.bst
 create mode 100644 tests/integration/project/elements/build-shell/compose-fail.bst
 create mode 100644 tests/integration/project/elements/build-shell/compose-success.bst
 copy tests/integration/project/elements/{script/corruption-2.bst => build-shell/script.bst} (51%)