]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-perf-pull-requests: enable WITH_SEASTAR 1544/head
authorKefu Chai <kchai@redhat.com>
Wed, 1 Apr 2020 15:24:00 +0000 (23:24 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 1 Apr 2020 15:24:46 +0000 (23:24 +0800)
as WITH_SEASTAR is now off by default, we need to enable it for testing
crimson-osd

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-perf-pull-requests/config/definitions/ceph-perf-pull-requests.yml

index c70e6029ba9873b8c0019d0d456c4217fd32d730..c7b9d2686e9c90a7f45ab8c38cfcadc92e149581 100644 (file)
@@ -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