
crocus-hsw was failing because results.csv.zst was left around in the results dir, and then zstd -o complained. We shouldn't be uploading stale results files, anyway, so do an rm -rf first to clean up when the docker container gets reused. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25509>