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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36551>
This commit is contained in:
Eric Engestrom
2025-08-04 15:20:48 +02:00
committed by Marge Bot
parent 20dab5f819
commit ccea6ebd0b
+1 -1
View File
@@ -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"