Colin Watson has proposed merging lp:~cjwatson/lpbuildbot/auto-py3 into 
lp:lpbuildbot.

Commit message:
Automatically run py3 builds.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/lpbuildbot/auto-py3/+merge/400389

Since we're close to upgrading production, and since we now have locking 
between different builds on the same worker, it makes sense to start 
automatically running both py2 and py3 tests on branch changes.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of 
lp:~cjwatson/lpbuildbot/auto-py3 into lp:lpbuildbot.
=== modified file 'master.cfg'
--- master.cfg	2021-03-19 10:03:47 +0000
+++ master.cfg	2021-03-30 13:26:24 +0000
@@ -55,11 +55,13 @@
 from lpbuildbot.schedulers.aggregating import AggregatingScheduler
 c['schedulers'] = []
 c['schedulers'].append(AggregatingScheduler(
-    name="devel", builderNames=["lp-devel-xenial"],
+    name="devel",
+    builderNames=["lp-devel-xenial", "lp-devel-xenial-py3"],
     branch='master',
     treeStableTimer=3*60, treeStableCount=3))
 c['schedulers'].append(AggregatingScheduler(
-    name="db-devel", builderNames=["lp-db-devel-xenial"],
+    name="db-devel",
+    builderNames=["lp-db-devel-xenial", "lp-db-devel-xenial-py3"],
     branch='db-devel',
     treeStableTimer=3*60, treeStableCount=3))
 

_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp

Reply via email to