From: Kefu Chai Date: Wed, 1 Apr 2020 15:24:00 +0000 (+0800) Subject: ceph-perf-pull-requests: enable WITH_SEASTAR X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1544%2Fhead;p=ceph-build.git ceph-perf-pull-requests: enable WITH_SEASTAR as WITH_SEASTAR is now off by default, we need to enable it for testing crimson-osd Signed-off-by: Kefu Chai --- diff --git a/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml b/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml index c70e6029b..c7b9d2686 100644 --- a/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml +++ b/ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml @@ -53,7 +53,8 @@ archive_dir={archive_basedir}/$(git rev-parse --short HEAD) if ! test -d $archive_dir ; then export NPROC=$(nproc) - export FOR_MAKE_CHECK=1 + export FOR_MAKE_CHECK=true + export WITH_SEASTAR=true timeout 7200 src/script/run-make.sh --cmake-args "-DCMAKE_BUILD_TYPE=Release -DWITH_SEASTAR=ON -DWITH_TESTS=OFF" vstart-base crimson-osd src/script/run-cbt.sh --build-dir $PWD/build --source-dir $PWD --cbt ${{WORKSPACE}}/cbt -a $archive_dir src/test/crimson/cbt/radosbench_4K_read.yaml fi