launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #26482
[Merge] lp:~cjwatson/lpbuildbot/xenial-py3 into lp:lpbuildbot
Colin Watson has proposed merging lp:~cjwatson/lpbuildbot/xenial-py3 into lp:lpbuildbot.
Commit message:
Add lp-devel-xenial-py3 and lp-db-devel-xenial-py3 builders.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/lpbuildbot/xenial-py3/+merge/398907
I initially thought that we were likely to finish the upgrade to bionic before the Python 3 port, but it's now clear that it's going to be the other way round.
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/lpbuildbot/xenial-py3 into lp:lpbuildbot.
=== modified file 'master.cfg'
--- master.cfg 2021-02-16 15:35:25 +0000
+++ master.cfg 2021-03-01 18:06:19 +0000
@@ -178,6 +178,20 @@
factory=launchpad_test_factory_factory(
'/var/lib/buildbot/slaves/xenial-lxd-worker', 'lptests-xenial')),
BuilderConfig(
+ name='lp-devel-xenial-py3',
+ slavenames=[''],
+ builddir='lp-devel-xenial-py3',
+ factory=launchpad_test_factory_factory(
+ '/var/lib/buildbot/slaves/xenial-lxd-worker', 'lptests-xenial',
+ variables={'PYTHON': 'python3'})),
+ BuilderConfig(
+ name='lp-db-devel-xenial-py3',
+ slavenames=[''],
+ builddir='lp-db-devel-xenial-py3',
+ factory=launchpad_test_factory_factory(
+ '/var/lib/buildbot/slaves/xenial-lxd-worker', 'lptests-xenial',
+ variables={'PYTHON': 'python3'})),
+ BuilderConfig(
name='lp-devel-bionic',
slavenames=[''],
builddir='lp-devel-bionic',
@@ -222,6 +236,10 @@
('https://git.launchpad.net/launchpad', 'db-devel',
'lp-db-devel-xenial'),
('https://git.launchpad.net/launchpad', 'master',
+ 'lp-devel-xenial-py3'),
+ ('https://git.launchpad.net/launchpad', 'db-devel',
+ 'lp-db-devel-xenial-py3'),
+ ('https://git.launchpad.net/launchpad', 'master',
'lp-devel-bionic'),
('https://git.launchpad.net/launchpad', 'db-devel',
'lp-db-devel-bionic'),
Follow ups