From: Tiago Melo Date: Thu, 11 Apr 2019 17:09:34 +0000 (+0000) Subject: ceph-dashboard-pull-requests: Disable running tests X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a272b105eaf56295e9af77b7ae1281c99a5cc9fa;p=ceph-build.git ceph-dashboard-pull-requests: Disable running tests Since all the tests are already run in make check, there is no reason to run them again in the dashboard. Signed-off-by: Tiago Melo --- diff --git a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml index 9764399d..6500a0fc 100644 --- a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml +++ b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml @@ -57,7 +57,7 @@ wipe-workspace: true builders: - - shell: "export NPROC=$(nproc); timeout 7200 ./run-make-check.sh" + - shell: "export NPROC=$(nproc) CHECK_MAKEOPTS='-j$(nproc) -N -Q'; timeout 7200 ./run-make-check.sh" - shell: !include-raw: - ../../setup/setup