Mesa (master): ci: Add missing vulkan dep for freedreno (turnip) and v3dv test jobs.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 27 20:15:31 UTC 2021


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

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Apr 23 13:34:29 2021 -0700

ci: Add missing vulkan dep for freedreno (turnip) and v3dv test jobs.

We might miss testing core vk changes without this.

Reviewed-by: Michel Dänzer <mdaenzer at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10472>

---

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

diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 7d30f202290..10b2e6d2bbb 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -154,6 +154,9 @@
     - changes:
         *gallium_core_file_list
       when: on_success
+    - changes:
+        *vulkan_file_list
+      when: on_success
     - changes:
       # Note: when https://gitlab.com/gitlab-org/gitlab/-/issues/198688
       # is supported, we can change the src/freedreno/ rule to explicitly
@@ -224,6 +227,9 @@
     - changes:
         *mesa_core_file_list
       when: on_success
+    - changes:
+        *vulkan_file_list
+      when: on_success
     - changes:
       - src/broadcom/**/*
       when: on_success



More information about the mesa-commit mailing list