Lava: Remove useless debugging command on boot
[lttng-ci.git] / scripts / lttng-baremetal-tests / lava-submit.py
index da5ddc7e41a69e05d81a11d4d43f981656c35ba7..7099088634a00d31f58e26544e75fd68a3f6cdbb 100644 (file)
@@ -126,8 +126,6 @@ def get_config_cmd(build_device):
         'command': 'lava_command_run',
         'parameters': {
             'commands': [
-                'ifup eth0',
-                'route -n',
                 'cat /etc/resolv.conf',
                 'echo nameserver 172.18.0.12 > /etc/resolv.conf',
                 'groupadd tracing'
@@ -261,7 +259,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.024659 seconds and 4 git commands to generate.