From e942f820adf233e2f392fe347a6db314bfe5598d Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Thu, 6 Dec 2018 17:08:07 -0500 Subject: [PATCH] LAVA: resync time before uploading result to object store Otherwise the upload is refused since the datetime difference is to big. Signed-off-by: Jonathan Rajotte --- lava/system-tests/destructive-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lava/system-tests/destructive-tests.yml b/lava/system-tests/destructive-tests.yml index f864bfe..542f0d3 100644 --- a/lava/system-tests/destructive-tests.yml +++ b/lava/system-tests/destructive-tests.yml @@ -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" -- 2.34.1