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:01 UTC

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

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(-)