Signed-off-by: Josh Durgin <jdurgin@redhat.com>
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
# 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',