summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2020-11-05 15:54:15 +0000
committerChandan Singh <chandan@chandansingh.net>2020-11-05 15:54:15 +0000
commit5e20b3920e906b710ee0f8c5d3c10a7cf73a4faa (patch)
treeb52fc7f5bf2fb89cf9ea767edb90f1941171b550
parent9f205147b5461cc29486f2c1830e88913a8d098e (diff)
downloadbuildstream-chandan/moar-runners.tar.gz
.gitlab-ci.yml: Don't force 2 pytest-xdist workerschandan/moar-runners
Don't force only 2 workers for running tests. We have powerful machines that can run more than that in parallel, let's utilize them.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2031e2791..6b0df4e57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ variables:
DOCKER_IMAGE_VERSION: master-210859421
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-nocover, py39-nocover, py36-plugins, py37-plugins, py38-plugins-nocover, py39-plugins-nocover
COVERAGE_PREFIX: "${CI_JOB_NAME}."