From: Kefu Chai Date: Wed, 4 Mar 2020 13:46:12 +0000 (+0800) Subject: ceph-pull-requests*: enable seastar explicitly X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1515%2Fhead;p=ceph-build.git ceph-pull-requests*: enable seastar explicitly the next step is to disable it by default in ceph/ceph, so it's only compiled and tested when explictly enabled. Signed-off-by: Kefu Chai --- diff --git a/ceph-pull-requests-arm64/build/build b/ceph-pull-requests-arm64/build/build index 50a5effe..315fc2ba 100644 --- a/ceph-pull-requests-arm64/build/build +++ b/ceph-pull-requests-arm64/build/build @@ -3,6 +3,7 @@ n_build_jobs=$(get_nr_build_jobs) n_test_jobs=$(($(nproc) / 4)) export CHECK_MAKEOPTS="-j${n_test_jobs}" export BUILD_MAKEOPTS="-j${n_build_jobs}" +export WITH_SEASTAR=true timeout 3h ./run-make-check.sh sleep 5 ps -ef | grep -v jnlp | grep ceph || true diff --git a/ceph-pull-requests/build/build b/ceph-pull-requests/build/build index 669a4c25..1ea1390c 100644 --- a/ceph-pull-requests/build/build +++ b/ceph-pull-requests/build/build @@ -1,5 +1,6 @@ #!/bin/bash -ex export NPROC=$(nproc) +export WITH_SEASTAR=true timeout 3h ./run-make-check.sh sleep 5 ps -ef | grep -v jnlp | grep ceph || true