← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/lpbuildbot/add-bionic into lp:lpbuildbot

 

Colin Watson has proposed merging lp:~cjwatson/lpbuildbot/add-bionic into lp:lpbuildbot.

Commit message:
Add bionic builders.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/lpbuildbot/add-bionic/+merge/390872
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/lpbuildbot/add-bionic into lp:lpbuildbot.
=== modified file 'master.cfg'
--- master.cfg	2020-09-15 10:12:11 +0000
+++ master.cfg	2020-09-16 23:23:12 +0000
@@ -157,6 +157,18 @@
         builddir='lp-db-devel-xenial',
         factory=launchpad_test_factory_factory(
             '/var/lib/buildbot/slaves/xenial-lxd-worker', 'lptests-xenial')),
+    BuilderConfig(
+        name='lp-devel-bionic',
+        slavenames=[''],
+        builddir='lp-devel-bionic',
+        factory=launchpad_test_factory_factory(
+            '/var/lib/buildbot/slaves/bionic-lxd-worker', 'lptests-bionic')),
+    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')),
     ]
 
 ####### STATUS TARGETS
@@ -175,6 +187,10 @@
              'lp-devel-xenial'),
             ('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'),
             ]))
 
 # we want to send success email only to interested users, but fail email to


Follow ups