Diff comments:
> === modified file 'master.cfg'
> --- master.cfg 2023-11-20 16:16:56 +0000
> +++ master.cfg 2024-12-09 06:56:05 +0000
> @@ -66,6 +66,16 @@
> builderNames=["lp-db-devel-focal"],
> branch='db-devel',
> treeStableTimer=3*60, treeStableCount=3))
> +c['schedulers'].append(AggregatingScheduler(
We can still use aggregating scheduler. I don't see any reason why we can't.
Do you want the jobs to be ran on command or each commit? I think its better to
run them each commit.
> + name="devel-postgres14",
> + builderNames=["lp-devel-focal-postgres14"],
> + branch='master',
> + treeStableTimer=3*60, treeStableCount=3))
> +c['schedulers'].append(AggregatingScheduler(
> + name="db-devel-postgres14",
> + builderNames=["lp-db-devel-focal-postgres14"],
> + branch='db-devel',
> + treeStableTimer=3*60, treeStableCount=3))
>
> ####### BUILDERS
>
--
https://code.launchpad.net/~tushar5526/lpbuildbot/add-focal-postgres14-job/+merge/477970
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