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