mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-12-18 14:02:36 +00:00
ci/freedreno: run freedreno jobs on any change in src/freedreno/
Without a way to exclude specific subdirectories, keeping the list of all subdirectories which need to be tested is error prone. It's better to run CI slightly more often than to miss it when it is needed. Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9609>
This commit is contained in:
parent
f3a7a8a4dc
commit
175925f84f
@ -141,17 +141,8 @@
|
||||
- changes:
|
||||
# Note: when https://gitlab.com/gitlab-org/gitlab/-/issues/198688
|
||||
# is supported, we can change the src/freedreno/ rule to explicitly
|
||||
# exclude tools, rather than having to explicitly list everything
|
||||
# else
|
||||
- src/freedreno/ci/**/*
|
||||
- src/freedreno/common/**/*
|
||||
- src/freedreno/drm/**/*
|
||||
- src/freedreno/fdl/**/*
|
||||
- src/freedreno/ir2/**/*
|
||||
- src/freedreno/ir3/**/*
|
||||
- src/freedreno/perfcntrs/**/*
|
||||
- src/freedreno/registers/**/*
|
||||
- src/freedreno/vulkan/**/*
|
||||
# exclude tools
|
||||
- src/freedreno/**/*
|
||||
- src/gallium/drivers/freedreno/**/*
|
||||
- src/gallium/winsys/freedreno/**/*
|
||||
when: on_success
|
||||
|
Loading…
Reference in New Issue
Block a user