lava/ansible: Switch VM nodes to ci-host-amd64-2d
[lttng-ci.git] / lava / system-tests / setup.yml
index 43ca645696682c42e0a22c5677833ffd66ff6dd2..597d856820e07810d6fd812e758c26b06b43cc00 100644 (file)
@@ -10,7 +10,7 @@ run:
   steps:
     - chmod 755 /
     - systemctl start systemd-timesyncd
-    - echo nameserver 172.18.0.12 > /etc/resolv.conf
+    - echo nameserver 172.18.0.13 > /etc/resolv.conf
     - ip a
     - groupadd tracing
     - depmod -a
@@ -21,7 +21,9 @@ run:
     - pip3 install 'pip==20.3'
     - hash -r
     - pip3 install vlttng
-    - git clone https://github.com/lttng/lttng-ci ci
+    - git clone "${CI_REPO}" --branch="${CI_BRANCH}" 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.022827 seconds and 4 git commands to generate.