jjb: lttng-www: nodejs 15 is deprecated. Use nodejs 16.
[lttng-ci.git] / lava / system-tests / setup.yml
index 34c23c39070dafb0cae1b0dd302da56da0a259cc..bf79fbe0b7a8734fb6d759713b414c881a0431fa 100644 (file)
@@ -8,7 +8,6 @@ metadata:
       - x86
 run:
   steps:
-    - git clone https://github.com/lttng/lttng-ci ci
     - chmod 755 /
     - systemctl start systemd-timesyncd
     - echo nameserver 172.18.0.12 > /etc/resolv.conf
@@ -22,6 +21,9 @@ run:
     - pip3 install 'pip==20.3'
     - hash -r
     - pip3 install vlttng
+    - git clone https://github.com/lttng/lttng-ci ci
+    - mkdir -p /root/.ssh
+    - chmod 700 /root/.ssh
     - cp lava/system-tests/authorized_keys /root/.ssh/authorized_keys
     - chmod 600 /root/.ssh/authorized_keys
     - sync
This page took 0.022795 seconds and 4 git commands to generate.