diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 7813a0751f4..342a85cde5c 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -129,6 +129,16 @@ # Don't run in parallel. It is okay to performance jobs to take a little # longer to finish, as they don't block marge from merging an MR. parallel: null + artifacts: + name: "${CI_PROJECT_NAME}_${CI_JOB_NAME_SLUG}" + when: always + paths: + - results/ + exclude: + - results/*.shader_cache + reports: + junit: + - results/junit.xml # Mesa source file dependencies that may impact any GL driver test job. .gallium-core-rules: