Fix: system-tests: move git checkout after network setup
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 9 Mar 2021 20:10:22 +0000 (15:10 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 9 Mar 2021 20:10:22 +0000 (15:10 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lava/system-tests/setup.yml

index 34c23c39070dafb0cae1b0dd302da56da0a259cc..43ca645696682c42e0a22c5677833ffd66ff6dd2 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,7 @@ run:
     - pip3 install 'pip==20.3'
     - hash -r
     - pip3 install vlttng
+    - git clone https://github.com/lttng/lttng-ci ci
     - cp lava/system-tests/authorized_keys /root/.ssh/authorized_keys
     - chmod 600 /root/.ssh/authorized_keys
     - sync
This page took 0.024589 seconds and 4 git commands to generate.