# HG changeset patch
# User Pierre-Yves David <pierre-yves.david@octobus.net>
# Date 1573729432 -3600
# Node ID cf1c67449fa71a98311dcc5c599679792a9fd6a2
# Parent  d18908c5642a1097beec99a391675deff9fdefe7
heptapod-ci: let the number of CPU to be picked automatically

We now have a larger, bigger machine to run the tests. Let's let run-tests.py
pick the number of concurrent jobs.

diff -r d18908c5642a -r cf1c67449fa7 .gitlab-ci.yml
--- a/.gitlab-ci.yml	Thu Nov 14 11:59:10 2019 +0100
+++ b/.gitlab-ci.yml	Thu Nov 14 12:03:52 2019 +0100
@@ -9,5 +9,5 @@
         - rm -rf /tmp/mercurial-clone-`hg log -r . -T "{node}"`
         - hg clone https://mirror.octobus.net/hg/ /tmp/mercurial-clone-`hg log -r . -T "{node}"` --config share.pool=/tmp/
         - hg -R /tmp/mercurial-clone-`hg log -r . -T "{node}"` update `hg log -r . -T '{branch}'`
-        - (cd tests; /tmp/mercurial-clone-`hg log -r . -T "{node}"`/tests/run-tests.py -j 3)
+        - (cd tests; /tmp/mercurial-clone-`hg log -r . -T "{node}"`/tests/run-tests.py)
         - rm -rf /tmp/mercurial-clone-`hg log -r . -T "{node}"`