]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests*: enable seastar explicitly 1515/head
authorKefu Chai <kchai@redhat.com>
Wed, 4 Mar 2020 13:46:12 +0000 (21:46 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 4 Mar 2020 13:46:14 +0000 (21:46 +0800)
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 <kchai@redhat.com>
ceph-pull-requests-arm64/build/build
ceph-pull-requests/build/build

index 50a5effe7b40b660304b0cdf944ccf23ec8c300f..315fc2baf4755c18c04481ba330f44a80d4fe222 100644 (file)
@@ -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
index 669a4c25354cd9354d5afd9ff1f1ae53a57c93bb..1ea1390c2240bb4cc1fb12f4ef4c7d82d171516c 100644 (file)
@@ -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