ci/zink: Simplify lavapipe rules setup, and clarify what the rules are for.
Reviewed-by: Guilherme Gallo <guilherme.gallo@collabora.com> Acked-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17287>
This commit is contained in:
@@ -485,15 +485,11 @@
|
|||||||
- src/gallium/drivers/zink/**/*
|
- src/gallium/drivers/zink/**/*
|
||||||
when: on_success
|
when: on_success
|
||||||
|
|
||||||
.zink-rules:
|
.zink-lvp-rules:
|
||||||
stage: layered-backends
|
stage: layered-backends
|
||||||
rules:
|
rules:
|
||||||
- !reference [.no_scheduled_pipelines-rules, rules]
|
|
||||||
- !reference [.zink-common-rules, rules]
|
- !reference [.zink-common-rules, rules]
|
||||||
- changes:
|
- !reference [.lavapipe-rules, rules]
|
||||||
*lavapipe_file_list
|
|
||||||
when: on_success
|
|
||||||
- when: never
|
|
||||||
|
|
||||||
.zink-anv-rules:
|
.zink-anv-rules:
|
||||||
stage: layered-backends
|
stage: layered-backends
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
.zink-lvp-test:
|
.zink-lvp-test:
|
||||||
extends:
|
extends:
|
||||||
- .zink-rules
|
- .zink-lvp-rules
|
||||||
variables:
|
variables:
|
||||||
MESA_LOADER_DRIVER_OVERRIDE: "zink"
|
MESA_LOADER_DRIVER_OVERRIDE: "zink"
|
||||||
LIBGL_ALWAYS_SOFTWARE: "true"
|
LIBGL_ALWAYS_SOFTWARE: "true"
|
||||||
|
Reference in New Issue
Block a user