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/02/23 06:20:23 UTC

[buildstream] branch master updated (ac9fc2e -> 299ffde)

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

tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


    from ac9fc2e  Merge pull request #1597 from apache/tristan/include-weak-key-in-cache-key
     add aaa0053  tests/frontend/buildcheckout.py: Testing strict/non-strict scenario
     new 299ffde  Merge pull request #1598 from apache/tristan/weak-cache-key-test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tests/frontend/buildcheckout.py                    | 67 ++++++++++++++++++++++
 .../elements/base.bst                              |  2 +-
 tests/frontend/strict-scenario/elements/target.bst |  9 +++
 .../strict-scenario/files/base.txt}                |  0
 .../strict-scenario/files/target.txt}              |  0
 .../project.conf                                   |  0
 6 files changed, 77 insertions(+), 1 deletion(-)
 copy tests/frontend/{strict-depends => strict-scenario}/elements/base.bst (61%)
 create mode 100644 tests/frontend/strict-scenario/elements/target.bst
 copy tests/{sources/tar/contains-links/content/base-directory/subdir1/file.txt => frontend/strict-scenario/files/base.txt} (100%)
 copy tests/{format/junctions/options/options-base/horsy.txt => frontend/strict-scenario/files/target.txt} (100%)
 copy tests/frontend/{strict-depends => strict-scenario}/project.conf (100%)

[buildstream] 01/01: Merge pull request #1598 from apache/tristan/weak-cache-key-test

Posted by tv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 299ffde2ad71a4f2b61a89bc698f281ccb606c04
Merge: ac9fc2e aaa0053
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Feb 23 15:20:17 2022 +0900

    Merge pull request #1598 from apache/tristan/weak-cache-key-test
    
    tests/frontend/buildcheckout.py: Testing strict/non-strict scenario

 tests/frontend/buildcheckout.py                    | 67 ++++++++++++++++++++++
 tests/frontend/strict-scenario/elements/base.bst   |  5 ++
 tests/frontend/strict-scenario/elements/target.bst |  9 +++
 tests/frontend/strict-scenario/files/base.txt      |  1 +
 tests/frontend/strict-scenario/files/target.txt    |  1 +
 tests/frontend/strict-scenario/project.conf        |  3 +
 6 files changed, 86 insertions(+)