From: Eric Engestrom Date: Wed, 2 Aug 2023 14:06:35 +0000 (+0100) Subject: ci: add .core-rules to .gallium-core-rules X-Git-Tag: upstream/23.3.3~4788 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f69e60406faee6f4f57c3c0d746f410b46749ff4;p=platform%2Fupstream%2Fmesa.git 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 Part-of: --- diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 67115fd..423b9db 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -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/**/*