From: Jonathan Rajotte Date: Tue, 9 Mar 2021 20:10:22 +0000 (-0500) Subject: Fix: system-tests: move git checkout after network setup X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=c21b61fd4d35f3fdc57b344494b16145fbada20f;p=lttng-ci.git Fix: system-tests: move git checkout after network setup Signed-off-by: Jonathan Rajotte --- diff --git a/lava/system-tests/setup.yml b/lava/system-tests/setup.yml index 34c23c3..43ca645 100644 --- a/lava/system-tests/setup.yml +++ b/lava/system-tests/setup.yml @@ -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