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(
I know that the test suite is not passing with PostgreSQL 14 at the moment. So
it is not really helpful to keep running the test suite with the same issues
repeatedly for each commit. That is why I suggested using the Triggerable
scheduler. We can consider changing this back to run on every commit once we
have the test suite passing with Postgres 14.
> + 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