Mesa (main): ci: Don't artifact rendered images when job succeeds

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 5 12:08:30 UTC 2021


Module: Mesa
Branch: main
Commit: bff39be64d15402e11235308ee12d762ea0824ff
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bff39be64d15402e11235308ee12d762ea0824ff

Author: Rohan Garg <rohan.garg at collabora.com>
Date:   Tue Jun 15 11:55:10 2021 +0200

ci: Don't artifact rendered images when job succeeds

Signed-off-by: Rohan Garg <rohan.garg at collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11088>

---

 .gitlab-ci/common/init-stage2.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/common/init-stage2.sh b/.gitlab-ci/common/init-stage2.sh
index 903edbf294e..df52b30bda0 100755
--- a/.gitlab-ci/common/init-stage2.sh
+++ b/.gitlab-ci/common/init-stage2.sh
@@ -61,6 +61,7 @@ fi
 RESULT=fail
 if sh $HWCI_TEST_SCRIPT; then
   RESULT=pass
+  rm -rf results/trace/$PIGLIT_REPLAY_DEVICE_NAME
 fi
 
 # upload artifacts



More information about the mesa-commit mailing list