Lava: Set vlttng to use `nproc` make jobs
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 30 Nov 2016 20:36:54 +0000 (15:36 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Fri, 9 Dec 2016 16:07:02 +0000 (11:07 -0500)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
scripts/lttng-baremetal-tests/lava-submit.py

index da5ddc7e41a69e05d81a11d4d43f981656c35ba7..ecf5d31e04ab1904bcbf5d26647daf5c7e6b46d7 100644 (file)
@@ -261,7 +261,7 @@ def get_env_setup_cmd(build_device, lttng_tools_commit, lttng_ust_commit=None):
             }
         })
 
-    vlttng_cmd = 'vlttng --jobs=16 --profile urcu-master' \
+    vlttng_cmd = 'vlttng --jobs=$(nproc) --profile urcu-master' \
                     ' --profile babeltrace-stable-1.4 ' \
                     ' --profile lttng-tools-master' \
                     ' --override projects.lttng-tools.checkout='+lttng_tools_commit + \
This page took 0.028893 seconds and 4 git commands to generate.