]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests-arm64: Set nproc variables same as x86 job 2460/head
authorDan Mick <dan.mick@redhat.com>
Mon, 6 Oct 2025 21:18:57 +0000 (14:18 -0700)
committerDan Mick <dan.mick@redhat.com>
Mon, 6 Oct 2025 21:18:57 +0000 (14:18 -0700)
Signed-off-by: Dan Mick <dan.mick@redhat.com>
ceph-pull-requests-arm64/build/build

index 15d632fe34f08d2673a64e56603cfc3c30b7b580..75b78f4ca08137740cc7fdd1effc664192aa9e0e 100644 (file)
@@ -9,13 +9,11 @@ if [[ "$DOCS_ONLY" = true || "$CONTAINER_ONLY" = true || "$GHA_ONLY" == true ||
     exit 0
 fi
 
-n_build_jobs=$(get_nr_build_jobs)
+NPROC=$(nproc)
 NPMCACHE=${HOME}/npmcache
 cat >.env <<EOF
-CHECK_MAKEOPTS="-j${n_build_jobs}"
-BUILD_MAKEOPTS="-j${n_build_jobs}"
-NPROC=${n_build_jobs}
-MAX_PARALLEL_JOBS=${n_build_jobs}
+NPROC=${NPROC}
+MAX_PARALLEL_JOBS=${NPROC}
 WITH_CRIMSON=true
 WITH_RBD_RWL=true
 JENKINS_HOME=${JENKINS_HOME}