From e8511d5adbab3d5244c8ad3b3833ede5ec9b5927 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Mon, 2 Oct 2023 10:15:06 -0700 Subject: [PATCH] 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: --- .gitlab-ci/test/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index cc8ebbe12d4..50cd20c227b 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -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: