You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ch...@apache.org on 2021/01/12 23:17:37 UTC

[buildstream] branch chandan/compose updated (f195b64 -> 8e7d717)

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

chandan pushed a change to branch chandan/compose
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


 discard f195b64  setup.cfg: Enable pytest-xdist by default
     new 8e7d717  ci: Enable parallelism for tests

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   (f195b64)
            \
             N -- N -- N   refs/heads/chandan/compose (8e7d717)

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.

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:
 .github/compose/ci.docker-compose.yml | 2 +-
 setup.cfg                             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[buildstream] 01/01: ci: Enable parallelism for tests

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chandan pushed a commit to branch chandan/compose
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 8e7d717693ed10594c72b103f09f26bdf6ac00c3
Author: Chandan Singh <ch...@chandansingh.net>
AuthorDate: Tue Jan 12 23:15:49 2021 +0000

    ci: Enable parallelism for tests
---
 .github/compose/ci.docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/compose/ci.docker-compose.yml b/.github/compose/ci.docker-compose.yml
index fba86a3..94c913e 100644
--- a/.github/compose/ci.docker-compose.yml
+++ b/.github/compose/ci.docker-compose.yml
@@ -1,7 +1,7 @@
 version: '3.4'
 
 x-tests-template: &tests-template
-    command: tox -vvvvv -- --color=yes --integration
+    command: tox -vvvvv -- --color=yes --integration -n 4
     devices:
       - /dev/fuse:/dev/fuse
     environment: