diff options
author | Jürg Billeter <j@bitron.ch> | 2019-02-20 13:51:39 +0000 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-02-20 13:51:39 +0000 |
commit | 6b52dfaf7382a09cfd0affb2310ed95f0dabe1ef (patch) | |
tree | 61980f25db06a353b293063c0373c6c689c358d7 | |
parent | 4cec3d4a5e77e5bbd4478e06c7e24217980d3519 (diff) | |
parent | 5ac03dbdb526af9dd94d4671e4fea68444b3b863 (diff) | |
download | buildstream-6b52dfaf7382a09cfd0affb2310ed95f0dabe1ef.tar.gz |
Merge branch 'juerg/ci' into 'master'
.gitlab-ci.yml: Enable parallel testing with 2 CPUs
See merge request BuildStream/buildstream!1169
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f3701fbd..5af7013b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ stages: variables: PYTEST_ADDOPTS: "--color=yes" INTEGRATION_CACHE: "${CI_PROJECT_DIR}/cache/integration-cache" - TEST_COMMAND: "tox -- --color=yes --integration" + TEST_COMMAND: "tox -- --color=yes --integration -n 2" COVERAGE_PREFIX: "${CI_JOB_NAME}." |