lava: Use custom timeout function for make check
[lttng-ci.git] / scripts / system-tests / template_lava_job.jinja2
index 72a3c6eba959c4478990737bc91878a48c0e973e..06ec835992391506d0a665131e4aa809901191e9 100644 (file)
@@ -91,6 +91,12 @@ actions:
                     - mount /dev/sda /tmp
                   {% endif %}
                     - rm -rf /tmp/*
+                    # With the Debian bookwrom rootfs, without
+                    # this being set, the babeltrace2 'bt2' python
+                    # bindings are not correctly installed in the
+                    # vlttng directory.
+                    - export SETUPTOOLS_USE_DISTUTILS=stdlib
+                    - source /root/python-venv/bin/activate
                     - {{ vlttng_cmd }}
                     - ln -s {{ vlttng_path }} /root/lttngvenv
                     - sync
This page took 0.02394 seconds and 4 git commands to generate.