ci: make sure piglit's artifacts are not overwritten
The ".test" template defines a generic artifact location to upload and the ".piglit-test" a custom one we don't want to get overwritten by the generic one. Signed-off-by: Andres Gomez <agomez@igalia.com> Acked-by: Eric Anholt <eric@anholt.net> Reviewed-by: Juan A. Suarez <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9092>
This commit is contained in:
@@ -1205,8 +1205,8 @@ zink-piglit-quick_gl:
|
||||
|
||||
virgl-traces:
|
||||
extends:
|
||||
- .piglit-traces-test
|
||||
- .virgl-test
|
||||
- .piglit-traces-test
|
||||
variables:
|
||||
EGL_PLATFORM: "surfaceless"
|
||||
PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-virgl.yml"
|
||||
@@ -1235,9 +1235,8 @@ arm64-a630-traces:
|
||||
|
||||
radv-polaris10-traces:
|
||||
extends:
|
||||
- .piglit-traces-test
|
||||
- .test-vk
|
||||
- .test-radv
|
||||
- .piglit-traces-test
|
||||
- .test-manual
|
||||
variables:
|
||||
PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-radv.yml"
|
||||
@@ -1248,9 +1247,8 @@ radv-polaris10-traces:
|
||||
|
||||
radv-raven-traces:
|
||||
extends:
|
||||
- .piglit-traces-test
|
||||
- .test-vk
|
||||
- .test-radv
|
||||
- .piglit-traces-test
|
||||
- .test-manual
|
||||
variables:
|
||||
PIGLIT_REPLAY_DESCRIPTION_FILE: "${CI_PROJECT_DIR}/install/traces-radv.yml"
|
||||
@@ -1328,8 +1326,8 @@ softpipe-asan-gles31:
|
||||
|
||||
softpipe-piglit-quick:
|
||||
extends:
|
||||
- .piglit-test
|
||||
- .test-gl
|
||||
- .piglit-test
|
||||
- .softpipe-rules
|
||||
variables:
|
||||
GALLIUM_DRIVER: softpipe
|
||||
|
Reference in New Issue
Block a user