diff options
author | Eric Engestrom <eric@igalia.com> | 2023-08-02 15:06:35 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-08-02 18:20:46 +0000 |
commit | f69e60406faee6f4f57c3c0d746f410b46749ff4 (patch) | |
tree | cd06f7332dd1a92f7ad4c9adfc2491b3097ec189 /.gitlab-ci | |
parent | e7cf2354224f12fe2cf6ea2a693800ca11b4d28c (diff) | |
download | mesa-f69e60406faee6f4f57c3c0d746f410b46749ff4.tar.gz mesa-f69e60406faee6f4f57c3c0d746f410b46749ff4.tar.bz2 mesa-f69e60406faee6f4f57c3c0d746f410b46749ff4.zip |
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>
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/test-source-dep.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 67115fd13b2..423b9db8c47 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/**/* |