From ccea6ebd0b95f01cb26e3121d5f18d4ae81d2c69 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 4 Aug 2025 15:20:48 +0200 Subject: [PATCH] ci-tron: keep *.qpa in job artifacts These are the `dEQP-$API.info.qpa` generated by deqp-runner and they can be very useful when trying to figure out why deqp-runner is not starting. Part-of: --- .gitlab-ci/ci-tron/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/ci-tron/gitlab-ci.yml b/.gitlab-ci/ci-tron/gitlab-ci.yml index 10f4fa0606b..282881e1a41 100644 --- a/.gitlab-ci/ci-tron/gitlab-ci.yml +++ b/.gitlab-ci/ci-tron/gitlab-ci.yml @@ -13,7 +13,7 @@ CI_TRON_TIMEOUT__FIRST_CONSOLE_ACTIVITY__RETRIES: 3 CI_TRON_TIMEOUT__CONSOLE_ACTIVITY__MINUTES: 5 - CI_TRON__B2C_ARTIFACT_EXCLUSION: "*.shader_cache,install/*,vkd3d-proton.cache*,*.qpa" + CI_TRON__B2C_ARTIFACT_EXCLUSION: "*.shader_cache,install/*,vkd3d-proton.cache*" CI_TRON_HTTP_ARTIFACT__INSTALL__PATH: "/install.tar.zst" CI_TRON_HTTP_ARTIFACT__INSTALL__URL: "https://$PIPELINE_ARTIFACTS_BASE/$S3_ARTIFACT_NAME.tar.zst"