]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
Add a few xenial kernel gitbuilders
authorDavid Galloway <dgallowa@redhat.com>
Tue, 13 Sep 2016 16:37:56 +0000 (12:37 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 13 Sep 2016 16:38:12 +0000 (12:38 -0400)
- libunwind7-dev is not available in xenial

Signed-off-by: David Galloway <dgallowa@redhat.com>
fabfile.py

index ce78902fbdd6098f48b7c767a533d4aa0d8c8baa..da54ecedb7f01df16471d420b3a04b1442b4beb4 100644 (file)
@@ -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',