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'),

_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to     : launchpad-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp

Reply via email to