Merge lp:~lgp171188/lpbuildbot/remove-builders-custom-postgresql-versions into lp:lpbuildbot

Proposed by Guruprasad
Status: Needs review
Proposed branch: lp:~lgp171188/lpbuildbot/remove-builders-custom-postgresql-versions
Merge into: lp:lpbuildbot
Diff against target: 47 lines (+0/-30)
1 file modified
master.cfg (+0/-30)
To merge this branch: bzr merge lp:~lgp171188/lpbuildbot/remove-builders-custom-postgresql-versions
Reviewer Review Type Date Requested Status
Tushar Gupta Approve
Yuliy Schwartzburg Approve
Review via email: mp+485524@code.launchpad.net

Commit message

Remove builder configurations for PostgreSQL 14 and 16

The default builder configurations, lp-devel-focal and lp-db-devel, should
now be reconfigured to install and use PostgreSQL 16 by default now.

To post a comment you must log in.
Revision history for this message
Yuliy Schwartzburg (ikoruk) wrote :

LGTM

review: Approve
Revision history for this message
Tushar Gupta (tushar5526) wrote :

We need to rebuild the images for the default builders for them to pick up the new postgres version.

review: Approve

Unmerged revisions

128. By Guruprasad

Remove builder configurations for PostgreSQL 14 and 16

The default builder configurations, lp-devel-focal and lp-db-devel, should
now be reconfigured to install and use PostgreSQL 16 by default now.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'master.cfg'
2--- master.cfg 2025-02-14 07:53:53 +0000
3+++ master.cfg 2025-05-06 11:59:47 +0000
4@@ -67,28 +67,6 @@
5 branch='db-devel',
6 treeStableTimer=3*60, treeStableCount=3))
7
8-c['schedulers'].append(AggregatingScheduler(
9- name="devel-focal-postgresql14",
10- builderNames=["lp-devel-focal-postgresql14"],
11- branch="master",
12- treeStableTimer=3*60, treeStableCount=3))
13-c['schedulers'].append(AggregatingScheduler(
14- name="db-devel-focal-postgresql14",
15- builderNames=["lp-db-devel-focal-postgresql14"],
16- branch="db-devel",
17- treeStableTimer=3*60, treeStableCount=3))
18-
19-c['schedulers'].append(AggregatingScheduler(
20- name='devel-focal-postgresql16',
21- builderNames=["lp-devel-focal-postgresql16"],
22- branch="master",
23- treeStableTimer=3*60, treeStableCount=3))
24-c['schedulers'].append(AggregatingScheduler(
25- name='db-devel-focal-postgresql16',
26- builderNames=["lp-db-devel-focal-postgresql16"],
27- branch="db-devel",
28- treeStableTimer=3*60, treeStableCount=3))
29-
30 ####### BUILDERS
31
32 # the 'builders' list defines the Builders. Each one is configured with a
33@@ -253,14 +231,6 @@
34 'lp-devel-focal'),
35 ('https://git.launchpad.net/launchpad', 'db-devel',
36 'lp-db-devel-focal'),
37- ('https://git.launchpad.net/launchpad', 'master',
38- 'lp-devel-focal-postgresql14'),
39- ('https://git.launchpad.net/launchpad', 'db-devel',
40- 'lp-db-devel-focal-postgresql14'),
41- ('https://git.launchpad.net/launchpad', 'master',
42- 'lp-devel-focal-postgresql16'),
43- ('https://git.launchpad.net/launchpad', 'db-devel',
44- 'lp-db-devel-focal-postgresql16'),
45 ]))
46
47 # Send email to interested users.

Subscribers

People subscribed via source and target branches