You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:42:19 UTC

[buildstream] 01/01: .gitlab-ci.yml: Increase parallelism for pytest-xdist

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

not-in-ldap pushed a commit to branch chandan/moar-parallelism
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit b7f2261ae4e6634f264638fa8eb60d6d758d5d96
Author: Chandan Singh <ch...@chandansingh.net>
AuthorDate: Tue Aug 11 02:03:17 2020 +0100

    .gitlab-ci.yml: Increase parallelism for pytest-xdist
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 02c7f61..7fe2647 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ variables:
   DOCKER_IMAGE_VERSION: master-154893333
   PYTEST_ADDOPTS: "--color=yes"
   INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache"
-  PYTEST_ARGS: "--color=yes --integration -n 2"
+  PYTEST_ARGS: "--color=yes --integration -n auto"
   TEST_COMMAND: "tox -- ${PYTEST_ARGS}"
   TOXENV: py36, py37, py38, py36-plugins, py37-plugins, py38-plugins
   COVERAGE_PREFIX: "${CI_JOB_NAME}."