]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dashboard-pr-backend: do not build/run tests for api tests 1631/head
authorKefu Chai <kchai@redhat.com>
Wed, 22 Jul 2020 12:29:26 +0000 (20:29 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 22 Jul 2020 12:30:20 +0000 (20:30 +0800)
as ceph-pull-requests already covers them.

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph-dashboard-pr-backend/build/build

index 7460f2f595187275d4aa872a5d8a4206419916c2..2339ce12c03383464b6825a2f5bdcb52e94da20e 100644 (file)
@@ -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