]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
Add blkin support and a new gitbuilder for it 36/head
authorJosh Durgin <jdurgin@redhat.com>
Wed, 25 Mar 2015 00:00:17 +0000 (17:00 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Wed, 25 Mar 2015 18:31:39 +0000 (11:31 -0700)
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
build-auto.sh
fabfile.py

index 2813d5f1eb4107a9c0547616bbd1595aa95bc526..dae20f72927aebf9b6c7e70f27bfd156a30e8de5 100755 (executable)
@@ -20,6 +20,11 @@ if hostname | grep -q -- -gcov ; then
     export CEPH_EXTRA_CONFIGURE_ARGS="$CEPH_EXTRA_CONFIGURE_ARGS --enable-coverage"
 fi
 
+if hostname | grep -q -- -blkin ; then
+    echo "hostname has -blkin, will --with-blkin"
+    export CEPH_EXTRA_CONFIGURE_ARGS="$CEPH_EXTRA_CONFIGURE_ARGS --with-blkin"
+fi
+
 if hostname | grep -q -- ceph-deb- ; then
     exec $mydir/build-ceph-deb-native.sh
 fi
index 996f9c6649685a99b46bee2beed9c9332e3c3822..03f22f91210b1675319ed58fcce35c2f30b20078 100644 (file)
@@ -23,6 +23,7 @@ env.roledefs['gitbuilder_ceph_deb_native'] = [
 
 # the fancy ones
 env.roledefs['gitbuilder_auto'] = [
+    'ubuntu@gitbuilder-ceph-deb-trusty-amd64-blkin.front.sepia.ceph.com',
     'ubuntu@gitbuilder-ceph-deb-precise-amd64-basic.front.sepia.ceph.com',
 #    'ubuntu@gitbuilder-ceph-deb-precise-amd64-gcov.front.sepia.ceph.com',
     'ubuntu@gitbuilder-ceph-deb-precise-amd64-notcmalloc.front.sepia.ceph.com',