From bff39be64d15402e11235308ee12d762ea0824ff Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Tue, 15 Jun 2021 11:55:10 +0200 Subject: [PATCH] ci: Don't artifact rendered images when job succeeds Signed-off-by: Rohan Garg Reviewed-by: Tomeu Vizoso Part-of: --- .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 903edbf..df52b30 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 -- 2.7.4