mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
gitlab-ci: add rules:changes for RADV
Including mesa_core_file_list is probably not the best but it's better than nothing. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4117> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4117>
This commit is contained in:
parent
be22995ecf
commit
8f5543990e
2 changed files with 12 additions and 0 deletions
|
|
@ -708,6 +708,7 @@ arm64_a306_gles2:
|
|||
|
||||
# RADV CI
|
||||
.test-radv:
|
||||
extends: .radv-rules
|
||||
stage: misc-tests
|
||||
variables:
|
||||
VK_DRIVER: radeon
|
||||
|
|
|
|||
|
|
@ -116,3 +116,14 @@
|
|||
- src/lima/**/*
|
||||
when: on_success
|
||||
- when: never
|
||||
|
||||
.radv-rules:
|
||||
rules:
|
||||
- changes:
|
||||
*mesa_core_file_list
|
||||
when: on_success
|
||||
- changes:
|
||||
- src/amd/**/*
|
||||
- src/vulkan/**/*
|
||||
when: on_success
|
||||
- when: never
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue