]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dashboard-pull-requests (e2e) job: do not build tests, only build ceph 1940/head
authorAlfonso Martínez <almartin@redhat.com>
Fri, 10 Dec 2021 15:39:08 +0000 (16:39 +0100)
committerAlfonso Martínez <almartin@redhat.com>
Fri, 10 Dec 2021 15:39:08 +0000 (16:39 +0100)
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 <almartin@redhat.com>
ceph-api-nightly/config/definitions/ceph-api-nightly.yml
ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml

index 2840062defaf48ec17c2b8fd2e465fe70100da66..ee4c65d74e82e987bb8721e5b181cd138d4b0fbd 100644 (file)
@@ -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
index 45a2249cc1579f7d0ed3937748d6af515c8a2e4e..d6a942d28688c43394a68c9dcf4f4595bd191b56 100644 (file)
@@ -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