[Launchpad-reviewers] [Merge] lp:~cjwatson/lpbuildbot/auto-py3 into lp:lpbuildbot

2021-04-01 Thread noreply
The proposal to merge lp:~cjwatson/lpbuildbot/auto-py3 into lp:lpbuildbot has 
been updated.

Status: Needs review => Merged

For more details, see:
https://code.launchpad.net/~cjwatson/lpbuildbot/auto-py3/+merge/400389
-- 
Your team Launchpad code reviewers is subscribed to branch lp:lpbuildbot.

___
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


Re: [Launchpad-reviewers] [Merge] lp:~cjwatson/lpbuildbot/auto-py3 into lp:lpbuildbot

2021-03-31 Thread Thiago F. Pappacena
Review: Approve

LGTM
-- 
https://code.launchpad.net/~cjwatson/lpbuildbot/auto-py3/+merge/400389
Your team Launchpad code reviewers is subscribed to branch lp:lpbuildbot.

___
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


[Launchpad-reviewers] [Merge] lp:~cjwatson/lpbuildbot/auto-py3 into lp:lpbuildbot

2021-03-30 Thread Colin Watson
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 +
+++ master.cfg	2021-03-30 13:26:24 +
@@ -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 : launchpad-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp