From f1d3a684d545d47bdd4319344469a8eb88b4eebf Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 23 Apr 2021 13:34:29 -0700 Subject: [PATCH] ci: Add missing vulkan dep for freedreno (turnip) and v3dv test jobs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We might miss testing core vk changes without this. Reviewed-by: Michel Dänzer Part-of: --- .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