From dfe394bac42a2d1021669fa707c4d64a85187f87 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 21 Jul 2020 10:48:43 +0200 Subject: [PATCH] ci: Upload images of failed replays to MinIO For the llvmpipe and virgl jobs. Signed-off-by: Tomeu Vizoso Reviewed-by: Andres Gomez Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2dbcb4923e4..67f3e2ebeb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1252,6 +1252,8 @@ radv-fossils: key: ${CI_JOB_NAME} paths: - traces-db/ + variables: + TRACIE_UPLOAD_TO_MINIO: 1 .traces-test-gl: extends: -- 2.30.2