From bfe03bb6a0fe16ebd9fe9d2ac6e0136f5ca29611 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 10 Sep 2024 15:06:14 +0100 Subject: [PATCH] ci/lava: Quieten timestamp warnings from tar 'tar: results/results.csv.zst: time stamp 2024-09-10 13:54:49 is 11.443107788 s in the future' No-one cares. Signed-off-by: Daniel Stone Part-of: --- .gitlab-ci/lava/lava-gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/lava/lava-gitlab-ci.yml b/.gitlab-ci/lava/lava-gitlab-ci.yml index 4aefbef4796..c31728f862a 100755 --- a/.gitlab-ci/lava/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava/lava-gitlab-ci.yml @@ -39,7 +39,7 @@ variables: tags: - $RUNNER_TAG after_script: - - curl -L --retry 4 -f --retry-all-errors --retry-delay 60 -s "https://${JOB_RESULTS_PATH}" | tar --zstd -x + - curl -L --retry 4 -f --retry-all-errors --retry-delay 60 -s "https://${JOB_RESULTS_PATH}" | tar --warning=no-timestamp --zstd -x needs: - !reference [.required-for-hardware-jobs, needs] - job: alpine/x86_64_lava_ssh_client