ci: add .core-rules to .gallium-core-rules
authorEric Engestrom <eric@igalia.com>
Wed, 2 Aug 2023 14:06:35 +0000 (15:06 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 2 Aug 2023 18:20:46 +0000 (18:20 +0000)
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>

.gitlab-ci/test-source-dep.yml

index 67115fd..423b9db 100644 (file)
 # 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/**/*