launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29083
[Merge] lp:~cjwatson/lpbuildbot/subunit-from-virtualenv into lp:lpbuildbot
Colin Watson has proposed merging lp:~cjwatson/lpbuildbot/subunit-from-virtualenv into lp:lpbuildbot.
Commit message:
Use subunit-2to1 from the virtualenv.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/lpbuildbot/subunit-from-virtualenv/+merge/429003
This relieves us of depending on the version installed at system level on the worker, which is more awkward to maintain.
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/lpbuildbot/subunit-from-virtualenv into lp:lpbuildbot.
=== modified file 'master.cfg'
--- master.cfg 2021-07-30 16:44:47 +0000
+++ master.cfg 2022-08-26 15:25:06 +0000
@@ -170,7 +170,7 @@
'LP_LXD_CONTAINER': container,
'WORK_DIR': "{}/devel".format(tree)
},
- command='testr run --parallel --concurrency=15 --subunit --full-results | subunit-2to1',
+ command='testr run --parallel --concurrency=15 --subunit --full-results | bin/subunit-2to1',
workdir="{}/devel".format(tree)))
f.addStep(lpbuildbot.shell.ShellCommand(
name="lp-setup-lxd-cleanup final",
Follow ups