From: Kefu Chai Date: Wed, 22 Jul 2020 12:14:51 +0000 (+0800) Subject: ceph-api: do not build/run tests for api tests X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1630%2Fhead;p=ceph-build.git ceph-api: do not build/run tests for api tests as ceph-pull-requests already covers them. Signed-off-by: Kefu Chai --- diff --git a/ceph-pr-api/build/build b/ceph-pr-api/build/build index 7460f2f59..2339ce12c 100644 --- a/ceph-pr-api/build/build +++ b/ceph-pr-api/build/build @@ -3,6 +3,8 @@ n_build_jobs=$(get_nr_build_jobs) n_test_jobs=$(($(nproc) / 4)) export CHECK_MAKEOPTS="-j${n_test_jobs} -N -Q" export BUILD_MAKEOPTS="-j${n_build_jobs}" -timeout 3h ./run-make-check.sh +export FOR_MAKE_CHECK=1 +timeout 2h ./src/script/run-make.sh \ + --cmake-args '-DWITH_TESTS=OFF -DENABLE_GIT_VERSION=OFF' sleep 5 ps -ef | grep ceph || true