From 7a1f28c1ebaf4c6e49688c49727ce2c5e2d92688 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 11 Jun 2024 20:40:44 +0200 Subject: [PATCH] ci/vkd3d: drop override of job artifacts `.b2c-test` always exports all of `results/`, so having an override here to only export one of the files in that folder and only `on_success` is not very useful. Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 133c34fe2e3..f2fa4760428 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -124,11 +124,6 @@ python-test: - results/ .b2c-vkd3d-proton-test: - artifacts: - when: on_failure - name: "mesa_${CI_JOB_NAME}" - paths: - - results/vkd3d-proton.log variables: HWCI_TEST_SCRIPT: ./install/vkd3d-proton/run.sh