ci/docker: Clear the results file before starting a new deqp test run.

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>
This commit is contained in:
Emma Anholt
2023-10-02 10:15:06 -07:00
committed by Marge Bot
parent c3c2a8def0
commit e8511d5adb

View File

@@ -154,6 +154,7 @@ clang-format:
.deqp-test:
script:
- rm -rf results # Clear out old results if the docker container was cached
- ./install/deqp-runner.sh
artifacts:
exclude: