jjb/lava: Update system tests to use Debian bookworm rootfs
[lttng-ci.git] / lava / system-tests / setup.yml
index 597d856820e07810d6fd812e758c26b06b43cc00..ac57d9fe5ce8619cc6d0e3f2babf67f28f728e0a 100644 (file)
@@ -3,24 +3,21 @@ metadata:
     name: x86-env-setup
     description: "Basic environment setup for x86 board"
     os:
+      - debian
       - ubuntu
     devices:
       - x86
 run:
   steps:
     - chmod 755 /
-    - systemctl start systemd-timesyncd
     - echo nameserver 172.18.0.13 > /etc/resolv.conf
     - ip a
     - groupadd tracing
     - depmod -a
-    - locale-gen en_US.UTF-8
     - apt-get update
     - apt-get upgrade
-    - apt-get install -y systemtap-sdt-dev openssh-server
-    - pip3 install 'pip==20.3'
+    - pip3 install vlttng --break-system-packages
     - hash -r
-    - pip3 install vlttng
     - git clone "${CI_REPO}" --branch="${CI_BRANCH}" ci
     - mkdir -p /root/.ssh
     - chmod 700 /root/.ssh
This page took 0.022463 seconds and 4 git commands to generate.