ci/docker: Clear the results file before starting a new deqp test run.
authorEmma Anholt <emma@anholt.net>
Mon, 2 Oct 2023 17:15:06 +0000 (10:15 -0700)
committerMarge Bot <emma+marge@anholt.net>
Tue, 3 Oct 2023 19:38:39 +0000 (19:38 +0000)
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>

.gitlab-ci/test/gitlab-ci.yml

index cc8ebbe12d45055f3cf336b5f6654e78d28d3d73..50cd20c227b4b3d442d406a64e7e94cb26f2fb0b 100644 (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: