launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30233
[Merge] lp:~cjwatson/lpbuildbot/remove-bionic into lp:lpbuildbot
Colin Watson has proposed merging lp:~cjwatson/lpbuildbot/remove-bionic into lp:lpbuildbot.
Commit message:
Remove bionic builders.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/lpbuildbot/remove-bionic/+merge/446728
We're never going to deploy on bionic (we're skipping straight from xenial to focal), so we can remove some clutter from the buildbot waterfall view.
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/lpbuildbot/remove-bionic into lp:lpbuildbot.
=== modified file 'master.cfg'
--- master.cfg 2022-09-06 11:53:32 +0000
+++ master.cfg 2023-07-13 05:03:08 +0000
@@ -69,12 +69,6 @@
from buildbot import scheduler
c['schedulers'].append(scheduler.Triggerable(
- name='lp-devel-bionic',
- builderNames=["lp-devel-bionic"]))
-c['schedulers'].append(scheduler.Triggerable(
- name='lp-db-devel-bionic',
- builderNames=["lp-db-devel-bionic"]))
-c['schedulers'].append(scheduler.Triggerable(
name='lp-devel-focal',
builderNames=["lp-devel-focal"]))
c['schedulers'].append(scheduler.Triggerable(
@@ -198,20 +192,6 @@
'/var/lib/buildbot/slaves/xenial-lxd-worker', 'lptests-xenial'),
locks=[build_lock.access('counting')]),
BuilderConfig(
- name='lp-devel-bionic',
- slavenames=[''],
- builddir='lp-devel-bionic',
- factory=launchpad_test_factory_factory(
- '/var/lib/buildbot/slaves/bionic-lxd-worker', 'lptests-bionic'),
- locks=[build_lock.access('counting')]),
- BuilderConfig(
- name='lp-db-devel-bionic',
- slavenames=[''],
- builddir='lp-db-devel-bionic',
- factory=launchpad_test_factory_factory(
- '/var/lib/buildbot/slaves/bionic-lxd-worker', 'lptests-bionic'),
- locks=[build_lock.access('counting')]),
- BuilderConfig(
name='lp-devel-focal',
slavenames=[''],
builddir='lp-devel-focal',
@@ -244,10 +224,6 @@
('https://git.launchpad.net/launchpad', 'db-devel',
'lp-db-devel-xenial'),
('https://git.launchpad.net/launchpad', 'master',
- 'lp-devel-bionic'),
- ('https://git.launchpad.net/launchpad', 'db-devel',
- 'lp-db-devel-bionic'),
- ('https://git.launchpad.net/launchpad', 'master',
'lp-devel-focal'),
('https://git.launchpad.net/launchpad', 'db-devel',
'lp-db-devel-focal'),
Follow ups