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

[buildstream] branch master updated (230a0018c -> 79f4405c8)

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 230a0018c Merge pull request #1726 from apache/tristan/artifact-cache-refactor
     add 400dcab2b _scheduler: Add concept of imperative queues
     add 7b0578cf4 _stream.py: Mark the imperative queues in tasks with multiple queues
     new 79f4405c8 Merge pull request #1727 from apache/tristan/quit-only-imperative-jobs

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:
 .../_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(-)


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

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