aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'jenkinsfiles/RHEL_Check.groovy')
-rw-r--r--jenkinsfiles/RHEL_Check.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkinsfiles/RHEL_Check.groovy b/jenkinsfiles/RHEL_Check.groovy
index 253a588a41c7..f8215fb7d002 100644
--- a/jenkinsfiles/RHEL_Check.groovy
+++ b/jenkinsfiles/RHEL_Check.groovy
@@ -224,7 +224,7 @@ pipeline {
sh script: """
export PATH=/usr/bin/:$PATH
cmake -DCMAKE_CXX_COMPILER=dpcpp -DCMAKE_CXX_STANDARD=17 -DONEDPL_BACKEND=dpcpp -DONEDPL_DEVICE_TYPE=GPU -DCMAKE_BUILD_TYPE=release .
- make VERBOSE=1 build-all -j -k || true
+ make VERBOSE=1 build-all -j`nproc` -k || true
ctest --output-on-failure --timeout ${TEST_TIMEOUT}
""", label: "all tests"
}