← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~twom/lpbuildbot/increase-concurrency into lp:lpbuildbot

 

Tom Wardill has proposed merging lp:~twom/lpbuildbot/increase-concurrency into lp:lpbuildbot.

Commit message:
Increase concurrency to 15 again

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~twom/lpbuildbot/increase-concurrency/+merge/399908
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~twom/lpbuildbot/increase-concurrency into lp:lpbuildbot.
=== modified file 'master.cfg'
--- master.cfg	2021-03-12 13:50:10 +0000
+++ master.cfg	2021-03-19 09:57:35 +0000
@@ -153,7 +153,7 @@
                 'LP_LXD_CONTAINER': container,
                 'WORK_DIR': "{}/devel".format(tree)
             },
-            command='testr run --parallel --concurrency=10 --subunit --full-results | subunit-2to1',
+            command='testr run --parallel --concurrency=15 --subunit --full-results | subunit-2to1',
             workdir="{}/devel".format(tree)))
     f.addStep(lpbuildbot.shell.ShellCommand(
         name="lp-setup-lxd-cleanup final",


Follow ups