jjb: Update regex match for lttng-modules detection on dev_review jobs
[lttng-ci.git] / lava / system-tests / setup.yml
index ac57d9fe5ce8619cc6d0e3f2babf67f28f728e0a..2413d151b35ea7270eae1e313b9b35ab6ce543fd 100644 (file)
@@ -14,9 +14,12 @@ run:
     - ip a
     - groupadd tracing
     - depmod -a
-    - apt-get update
-    - apt-get upgrade
-    - pip3 install vlttng --break-system-packages
+    # The locale generation is required for the python venv
+    # to be correctgly created.
+    - locale-gen en_US.UTF-8
+    - python3 -m venv /root/python-venv
+    - source /root/python-venv/bin/activate
+    - pip3 install vlttng
     - hash -r
     - git clone "${CI_REPO}" --branch="${CI_BRANCH}" ci
     - mkdir -p /root/.ssh
This page took 0.022235 seconds and 4 git commands to generate.