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 <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31602>
This commit is contained in:
@@ -39,7 +39,7 @@ variables:
|
|||||||
tags:
|
tags:
|
||||||
- $RUNNER_TAG
|
- $RUNNER_TAG
|
||||||
after_script:
|
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:
|
needs:
|
||||||
- !reference [.required-for-hardware-jobs, needs]
|
- !reference [.required-for-hardware-jobs, needs]
|
||||||
- job: alpine/x86_64_lava_ssh_client
|
- job: alpine/x86_64_lava_ssh_client
|
||||||
|
Reference in New Issue
Block a user