You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by be...@apache.org on 2022/02/04 09:17:57 UTC

[buildstream] branch bschubert/remove-multiple-kinds-source-tests-in-workspace updated (5c6ce74 -> 19bc295)

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

benschubert pushed a change to branch bschubert/remove-multiple-kinds-source-tests-in-workspace
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


    omit 5c6ce74  workspace.py: Stop testing workspace tests with any kind, and use specific kinds instead
    omit a428d31  workspace.py: Remove assumption on specific kinds to testing multiple
     add bc5e84a  workspace.py: Remove assumption on specific kinds to testing multiple
     add ea34d5f  Merge pull request #1566 from apache/bschubert/rewrite-workspace-multi-test
     add 0a66564  Create process group for buildbox-casd to suppress SIGINT
     add 95b0012  Merge pull request #1574 from nanonyme/nanonyme/sigint-buildbox-casd
     add 83fc2d7  Do not test in deprecated fedora 33
     add d508773  Merge pull request #1579 from jjardon/jjardon/fedora33_remove
     add df1cffd  node.pyx: Fix node composition to not leak mutable data onto targets
     add ebab0cb  tests/format/variables.py: Adding regression test for #1360 notparallel issue
     add 90cb29f  Merge pull request #1570 from apache/tristan/test-notparallel
     add 19bc295  workspace.py: Stop testing workspace tests with any kind, and use specific kinds instead

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5c6ce74)
            \
             N -- N -- N   refs/heads/bschubert/remove-multiple-kinds-source-tests-in-workspace (19bc295)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/compose/ci.docker-compose.yml              |  4 --
 .github/run-ci.sh                                  |  1 -
 .github/workflows/ci.yml                           |  1 -
 src/buildstream/_cas/casdprocessmanager.py         | 14 +++---
 src/buildstream/node.pyx                           |  6 +--
 tests/format/variables.py                          | 51 ++++++++++++++++++++++
 tests/format/variables/notparallel/notparallel.bst |  4 ++
 tests/format/variables/notparallel/parallel.bst    |  4 ++
 .../format/variables/notparallel/plugins/custom.py | 12 +++++
 .../variables/notparallel/plugins/custom.yaml      | 10 +++++
 .../variables/notparallel}/project.conf            | 12 ++---
 11 files changed, 96 insertions(+), 23 deletions(-)
 create mode 100644 tests/format/variables/notparallel/notparallel.bst
 create mode 100644 tests/format/variables/notparallel/parallel.bst
 create mode 100644 tests/format/variables/notparallel/plugins/custom.py
 create mode 100644 tests/format/variables/notparallel/plugins/custom.yaml
 copy tests/{frontend/consistencyerror => format/variables/notparallel}/project.conf (55%)