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/07/21 06:41:00 UTC

[buildstream] branch master updated (e6581b98d -> 7579c3624)

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 e6581b98d Merge pull request #1689 from apache/tristan/test-self-junction-override
     add 8e10ab536 _context.py, _stream.py: Add global "build" flag.
     add b5879437b element.py: Retry non-strict failed builds where appropriate
     add 76b32c1ee tests/integration/cachedfail.py: Test that failed builds are retried in non-strict mode
     new 7579c3624 Merge pull request #1691 from apache/tristan/retry-failed-build-non-strict

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:
 src/buildstream/_context.py     |   4 ++
 src/buildstream/_stream.py      |   3 +
 src/buildstream/element.py      |  47 +++++++++++++--
 tests/integration/cachedfail.py | 126 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 176 insertions(+), 4 deletions(-)


[buildstream] 01/01: Merge pull request #1691 from apache/tristan/retry-failed-build-non-strict

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 7579c36247153c32156d283cedb4eaee1e51bca8
Merge: e6581b98d 76b32c1ee
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Jul 21 15:40:54 2022 +0900

    Merge pull request #1691 from apache/tristan/retry-failed-build-non-strict
    
    Retry failed artifacts in non-strict mode when dependencies have changed

 src/buildstream/_context.py     |   4 ++
 src/buildstream/_stream.py      |   3 +
 src/buildstream/element.py      |  47 +++++++++++++--
 tests/integration/cachedfail.py | 126 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 176 insertions(+), 4 deletions(-)