LAVA: resync time before uploading result to object store
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 6 Dec 2018 22:08:07 +0000 (17:08 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 6 Dec 2018 22:08:07 +0000 (17:08 -0500)
Otherwise the upload is refused since the datetime difference is to
big.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lava/system-tests/destructive-tests.yml

index f864bfeac0d1b98d4fcc1a022b5acd88cf53571e..542f0d324d606eb3758beaf91b8956497b43efe5 100644 (file)
@@ -27,5 +27,6 @@ run:
                 #Need to check if the file is present for branches where the testcase was not backported
                 - lava-test-case run-tests --shell "if [ -e root_destructive_tests ]; then prove --nocolor --verbose --merge --exec '' - < root_destructive_tests; else echo 'root_destructive_tests not found'; fi"
                 - popd
+                - systemctl start systemd-timesyncd.service
                 - tar czf coredump.tar.gz coredump
                 - ./ci/lava/upload_artifact.sh coredump.tar.gz "results/${JENKINS_BUILD_ID}/coredump.tar.gz"
This page took 0.023115 seconds and 4 git commands to generate.