← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad-buildd/ols-vms into lp:launchpad-buildd

 

Colin Watson has proposed merging lp:~cjwatson/launchpad-buildd/ols-vms into lp:launchpad-buildd.

Commit message:
Add Jenkins test configuration.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad-buildd/ols-vms/+merge/370831
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad-buildd/ols-vms into lp:launchpad-buildd.
=== added file 'ols-vms.conf'
--- ols-vms.conf	1970-01-01 00:00:00 +0000
+++ ols-vms.conf	2019-07-31 16:45:55 +0000
@@ -0,0 +1,10 @@
+# Options defined here provide defaults for all sections
+vm.architecture = amd64
+vm.release = xenial
+
+apt.sources = ppa:launchpad/ppa
+vm.packages = @system-dependencies.txt
+
+[launchpad-buildd]
+vm.class = lxd
+vm.update = True

=== added file 'system-dependencies.txt'
--- system-dependencies.txt	1970-01-01 00:00:00 +0000
+++ system-dependencies.txt	2019-07-31 16:45:55 +0000
@@ -0,0 +1,21 @@
+apt-utils
+bzr
+curl
+dpkg-dev
+intltool
+make
+python-apt
+python-debian
+python-fixtures
+python-mock
+python-netaddr
+python-pylxd
+python-requests
+python-responses
+python-setuptools
+python-six
+python-systemfixtures
+python-testtools
+python-twisted
+python-txfixtures
+python-zope.interface


Follow ups