mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
broadcom/ci: add the renderonly folder to things that can affect v3d & vc4
Also, move the v3d/vc4 lines together so it's clearer. Signed-off-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24105>
This commit is contained in:
parent
f831883af6
commit
6934efc15d
1 changed files with 4 additions and 2 deletions
|
|
@ -477,8 +477,9 @@
|
|||
- !reference [.broadcom-common-rules, rules]
|
||||
- changes:
|
||||
- src/gallium/drivers/vc4/**/*
|
||||
- src/gallium/winsys/kmsro/**/*
|
||||
- src/gallium/winsys/vc4/**/*
|
||||
- src/gallium/auxiliary/renderonly/**/*
|
||||
- src/gallium/winsys/kmsro/**/*
|
||||
when: on_success
|
||||
|
||||
.v3d-rules:
|
||||
|
|
@ -489,8 +490,9 @@
|
|||
- !reference [.broadcom-common-rules, rules]
|
||||
- changes: &v3d_file_list
|
||||
- src/gallium/drivers/v3d/**/*
|
||||
- src/gallium/winsys/kmsro/**/*
|
||||
- src/gallium/winsys/v3d/**/*
|
||||
- src/gallium/auxiliary/renderonly/**/*
|
||||
- src/gallium/winsys/kmsro/**/*
|
||||
when: on_success
|
||||
|
||||
.v3d-manual-rules:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue