From: Kefu Chai Date: Wed, 22 Jul 2020 12:29:26 +0000 (+0800) Subject: ceph-dashboard-pr-backend: do not build/run tests for api tests X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ddb97cfa082b1f745da685b554d60306b173d8df;p=ceph-build.git ceph-dashboard-pr-backend: do not build/run tests for api tests as ceph-pull-requests already covers them. Signed-off-by: Kefu Chai --- diff --git a/ceph-dashboard-pr-backend/build/build b/ceph-dashboard-pr-backend/build/build index 7460f2f5..2339ce12 100644 --- a/ceph-dashboard-pr-backend/build/build +++ b/ceph-dashboard-pr-backend/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