From: Sage Weil Date: Thu, 28 May 2015 23:16:00 +0000 (-0400) Subject: fabfile: add rpm kernel builders X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4e87ef347b71494fe60cd6c5596b4a0a76b67f1d;p=autobuild-ceph.git fabfile: add rpm kernel builders Signed-off-by: Sage Weil --- diff --git a/fabfile.py b/fabfile.py index c805b0a..62a8442 100644 --- a/fabfile.py +++ b/fabfile.py @@ -34,6 +34,12 @@ env.roledefs['gitbuilder_kernel'] = [ 'ubuntu@gitbuilder-kernel-deb-precise-amd64-debug.front.sepia.ceph.com', # 'ubuntu@gitbuilder-kernel-deb-quantal-armv7l-basic.front.sepia.ceph.com', ] +env.roledefs['gitbuilder_kernel_rpm'] = [ + 'ubuntu@gitbuilder-kernel-rpm-centos6-amd64-basic.front.sepia.ceph.com', + 'ubuntu@gitbuilder-kernel-rpm-fedora20-amd64-basic.front.sepia.ceph.com', + 'ubuntu@gitbuilder-kernel-rpm-rhel6-amd64-basic.front.sepia.ceph.com', + 'ubuntu@gitbuilder-kernel-rpm-rhel7-amd64-basic.front.sepia.ceph.com', + ] # special env.roledefs['gitbuilder_doc'] = [