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/20 07:53:41 UTC

[buildstream] 01/01: Merge pull request #1727 from apache/tristan/quit-only-imperative-jobs

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 79f4405c8757e1ba159a5db8e8ae98ac7699db2c
Merge: 230a0018c 7b0578cf4
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Sat Aug 20 16:53:34 2022 +0900

    Merge pull request #1727 from apache/tristan/quit-only-imperative-jobs
    
    Continue post processing when quitting the scheduler

 .../_scheduler/queues/artifactpushqueue.py         |  4 ++--
 src/buildstream/_scheduler/queues/queue.py         |  7 +++++-
 src/buildstream/_scheduler/scheduler.py            | 28 +++++++++++++++++-----
 src/buildstream/_stream.py                         |  6 ++---
 tests/integration/cachedfail.py                    | 11 ---------
 tests/sourcecache/push.py                          |  5 ++--
 6 files changed, 35 insertions(+), 26 deletions(-)