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

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

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 2327e5c9afc73b360b21b11c186c1bbfd1b7d490
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 8199b53..9ef9477 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: