From f69e60406faee6f4f57c3c0d746f410b46749ff4 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 2 Aug 2023 15:06:35 +0100 Subject: [PATCH] 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: --- .gitlab-ci/test-source-dep.yml | 1 + 1 file changed, 1 insertion(+) 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/**/* -- 2.7.4