Mesa (main): ci: add vulkan files to lavapipe rules

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 13 13:35:15 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Mon Jul 12 15:26:04 2021 -0400

ci: add vulkan files to lavapipe rules

Acked-by: Daniel Stone <daniels at collabora.com>
Reviewed-by: Emma Anholt <emma at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11833>

---

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

diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 009048ce81f..d7a10b4e35b 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -118,6 +118,9 @@
       - src/gallium/frontends/lavapipe/**/*
       - src/gallium/winsys/sw/**/*
       when: on_success
+    - changes:
+        *vulkan_file_list
+      when: on_success
     - when: never
 
 .llvmpipe-cl-rules:



More information about the mesa-commit mailing list