From: David Galloway Date: Tue, 13 Sep 2016 16:37:56 +0000 (-0400) Subject: Add a few xenial kernel gitbuilders X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=89a68ac1fd2db5565b9b215e46fa13cb06a684fe;p=autobuild-ceph.git Add a few xenial kernel gitbuilders - libunwind7-dev is not available in xenial Signed-off-by: David Galloway --- diff --git a/fabfile.py b/fabfile.py index ce78902..da54ece 100644 --- a/fabfile.py +++ b/fabfile.py @@ -23,6 +23,7 @@ env.roledefs['gitbuilder_auto'] = [ 'ubuntu@gitbuilder-ceph-tarball-trusty-amd64-cmake.ovh.sepia.ceph.com', 'ubuntu@gitbuilder-ceph-tarball-trusty-i386-basic.front.sepia.ceph.com', 'ubuntu@gitbuilder-ceph-deb-xenial-amd64-basic.front.sepia.ceph.com', + 'ubuntu@gitbuilder-ceph-deb-xenial-amd64-notcmalloc.front.sepia.ceph.com', ] env.roledefs['gitbuilder_ceph_rpm'] = [ @@ -36,6 +37,7 @@ env.roledefs['gitbuilder_ceph_rpm'] = [ env.roledefs['gitbuilder_kernel_deb'] = [ 'ubuntu@gitbuilder-kernel-deb-precise-amd64-basic.front.sepia.ceph.com', 'ubuntu@gitbuilder-kernel-deb-precise-amd64-debug.front.sepia.ceph.com', + 'ubuntu@gitbuilder-kernel-deb-xenial-amd64-basic.front.sepia.ceph.com', ] env.roledefs['gitbuilder_kernel_rpm'] = [ 'ubuntu@gitbuilder-kernel-rpm-centos6-amd64-basic.front.sepia.ceph.com', @@ -396,7 +398,7 @@ def _kernel_deps(): 'xmlto', 'libgtk2.0-dev', 'libunwind-setjmp0-dev', - 'libunwind7-dev', +# 'libunwind7-dev', 'libaudit-dev', 'binutils-dev', 'python-dev',