ci: add .core-rules to .gallium-core-rules

All the users of the latter were already getting the former through
other rules so there's no functional change, but it's more correct.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24449>
This commit is contained in:
Eric Engestrom 2023-08-02 15:06:35 +01:00 committed by Marge Bot
parent e7cf235422
commit f69e60406f

View File

@ -136,6 +136,7 @@
# Mesa source file dependencies that may impact any GL driver test job.
.gallium-core-rules:
rules:
- !reference [.core-rules, rules]
- changes: &gallium_core_file_list
- src/gallium/*
- src/gallium/auxiliary/**/*