From cfd97605dc3f6d0bb91c4c860740677951a894aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alfonso=20Mart=C3=ADnez?= Date: Fri, 10 Dec 2021 16:39:08 +0100 Subject: [PATCH] ceph-dashboard-pull-requests (e2e) job: do not build tests, only build ceph MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We don't need to build tests for this job and also this change is a workaround for: https://tracker.ceph.com/issues/53582 Also do not build tests for nautilus nightly jobs. Signed-off-by: Alfonso Martínez --- ceph-api-nightly/config/definitions/ceph-api-nightly.yml | 3 +-- .../config/definitions/ceph-dashboard-pull-requests.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ceph-api-nightly/config/definitions/ceph-api-nightly.yml b/ceph-api-nightly/config/definitions/ceph-api-nightly.yml index 2840062d..ee4c65d7 100644 --- a/ceph-api-nightly/config/definitions/ceph-api-nightly.yml +++ b/ceph-api-nightly/config/definitions/ceph-api-nightly.yml @@ -4,8 +4,7 @@ - master - pacific - octopus - - nautilus: - ceph_build: "export CHECK_MAKEOPTS='-N -Q'; timeout 2h ./run-make-check.sh" + - nautilus test_suite: - backend: test_suite_script: run-backend-api-tests.sh 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 45a2249c..d6a942d2 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 @@ -62,7 +62,7 @@ wipe-workspace: true builders: - - shell: "export NPROC=$(nproc) CHECK_MAKEOPTS='-j$(nproc) -N -Q'; timeout 7200 ./run-make-check.sh" + - shell: "export FOR_MAKE_CHECK=1; timeout 2h ./src/script/run-make.sh --cmake-args '-DWITH_TESTS=OFF -DENABLE_GIT_VERSION=OFF'" - shell: !include-raw: - ../../../scripts/dashboard/install-e2e-test-deps.sh -- 2.39.5