summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorDanylo Piliaiev <dpiliaiev@igalia.com>2021-03-16 11:26:20 +0200
committerMarge Bot <eric+marge@anholt.net>2021-03-16 22:36:12 +0000
commit175925f84f3ef151becab0ef0754e7ff617bd1e7 (patch)
tree685ff78372bd94ae148d84e903d23d0d8ef24ba6 /.gitlab-ci
parentf3a7a8a4dcb28c298170405d2b6451a4b123ad5d (diff)
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 <dpiliaiev@igalia.com> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9609>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-source-dep.yml13
1 files 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