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/02/03 08:25:30 UTC

[buildstream] branch tristan/test-notparallel updated (1ebeb02 -> 8aecdc4)

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

tvb pushed a change to branch tristan/test-notparallel
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard 1ebeb02  tests/format/variables.py: Adding test for special "notparallel" behavior
     add 41c4bdd  .github/common.env: Update Docker images
     add 8c64573  Merge pull request #1571 from apache/juerg/buildbox
     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 8aecdc4  tests/format/variables.py: Adding regression test for #1360 notparallel issue

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   (1ebeb02)
            \
             N -- N -- N   refs/heads/tristan/test-notparallel (8aecdc4)

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/common.env                                 |  2 +-
 .github/compose/ci.docker-compose.yml              |  4 --
 .github/run-ci.sh                                  |  1 -
 .github/workflows/ci.yml                           |  1 -
 src/buildstream/_cas/casdprocessmanager.py         | 14 +++---
 tests/format/variables.py                          | 50 ++++++++++++++++++++--
 tests/format/variables/notparallel/notparallel.bst |  2 +-
 tests/format/variables/notparallel/parallel.bst    |  4 ++
 .../format/variables/notparallel/plugins/custom.py | 12 ++++++
 .../variables/notparallel/plugins/custom.yaml      | 10 +++++
 tests/format/variables/notparallel/project.conf    |  9 ++++
 tests/frontend/workspace.py                        | 25 ++++++-----
 12 files changed, 104 insertions(+), 30 deletions(-)
 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