You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2022/01/17 18:18:07 UTC

[buildstream] branch bst-1 updated: Don't run CI with xdist It makes CI output impossible to decipher

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

juergbi pushed a commit to branch bst-1
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/bst-1 by this push:
     new 589d866  Don't run CI with xdist It makes CI output impossible to decipher
     new 3e6c6ee  Merge pull request #1569 from nanonyme/no-xdist
589d866 is described below

commit 589d866049727e5930568bc49d18e2899fd2db2d
Author: Seppo Yli-Olli <se...@gmail.com>
AuthorDate: Mon Jan 17 18:58:19 2022 +0200

    Don't run CI with xdist
    It makes CI output impossible to decipher
---
 .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 3b7fa66..d1388b1 100644
--- a/.github/compose/ci.docker-compose.yml
+++ b/.github/compose/ci.docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.4'
 
 x-tests-template: &tests-template
     image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:34-${CI_IMAGE_VERSION:-latest}
-    command: tox -vvvvv -- --color=yes --integration -n 4
+    command: tox -vvvvv -- --color=yes --integration
     environment:
       TOXENV: ${CI_TOXENV_ALL}