Mesa (master): ci: add llvmpipe paths to virgl rules

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 28 00:18:22 UTC 2020


Module: Mesa
Branch: master
Commit: 0e135ca2271b12793cc7e3f36d123f4ff0917cc1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e135ca2271b12793cc7e3f36d123f4ff0917cc1

Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Apr 28 08:13:31 2020 +1000

ci: add llvmpipe paths to virgl rules

since llvmpipe changes will affect virgl

Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4777>

---

 .gitlab-ci/test-source-dep.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 2bb824849f5..8b390f2f781 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -138,7 +138,9 @@
         *gallium_core_file_list
       when: on_success
     - changes:
+      - src/gallium/drivers/llvmpipe/**/*
       - src/gallium/drivers/virgl/**/*
       - src/gallium/winsys/virgl/**/*
+      - src/gallium/winsys/sw/**/*
       when: on_success
     - when: never



More information about the mesa-commit mailing list