From 3f9f81833412d9260e083e03b4efc3eb2721ac2c Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 1 Apr 2020 23:24:00 +0800 Subject: [PATCH] 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 --- .../config/definitions/ceph-perf-pull-requests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 c70e6029..c7b9d268 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 -- 2.39.5