Module: Mesa Branch: master Commit: 23daa49d4ca6bdbba989b7dd2e46a979494bf588 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=23daa49d4ca6bdbba989b7dd2e46a979494bf588
Author: Michel Dänzer <[email protected]> Date: Wed Apr 29 17:56:26 2020 +0200 gitlab-ci: Use YAML anchor for llvmpipe paths in virgl rules Instead of duplicating them. Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4808> --- .gitlab-ci/test-source-dep.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 8b390f2f781..2d621727f48 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -63,7 +63,7 @@ - changes: *gallium_core_file_list when: on_success - - changes: + - changes: &llvmpipe_file_list - src/gallium/drivers/llvmpipe/**/* - src/gallium/winsys/sw/**/* when: on_success @@ -138,9 +138,10 @@ *gallium_core_file_list when: on_success - changes: - - src/gallium/drivers/llvmpipe/**/* + *llvmpipe_file_list + when: on_success + - changes: - src/gallium/drivers/virgl/**/* - src/gallium/winsys/virgl/**/* - - src/gallium/winsys/sw/**/* when: on_success - when: never _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
