From 175925f84f3ef151becab0ef0754e7ff617bd1e7 Mon Sep 17 00:00:00 2001 From: Danylo Piliaiev Date: Tue, 16 Mar 2021 11:26:20 +0200 Subject: [PATCH] ci/freedreno: run freedreno jobs on any change in src/freedreno/ Without a way to exclude specific subdirectories, keeping the list of all subdirectories which need to be tested is error prone. It's better to run CI slightly more often than to miss it when it is needed. Signed-off-by: Danylo Piliaiev Reviewed-by: Eric Anholt Part-of: --- .gitlab-ci/test-source-dep.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index 5f2c5c60e44..3e7b91f8b1f 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -141,17 +141,8 @@ - changes: # Note: when https://gitlab.com/gitlab-org/gitlab/-/issues/198688 # is supported, we can change the src/freedreno/ rule to explicitly - # exclude tools, rather than having to explicitly list everything - # else - - src/freedreno/ci/**/* - - src/freedreno/common/**/* - - src/freedreno/drm/**/* - - src/freedreno/fdl/**/* - - src/freedreno/ir2/**/* - - src/freedreno/ir3/**/* - - src/freedreno/perfcntrs/**/* - - src/freedreno/registers/**/* - - src/freedreno/vulkan/**/* + # exclude tools + - src/freedreno/**/* - src/gallium/drivers/freedreno/**/* - src/gallium/winsys/freedreno/**/* when: on_success