Mesa (master): ci/freedreno: run freedreno jobs on any change in src/freedreno/

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Mar 16 23:03:49 UTC 2021


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

Author: Danylo Piliaiev <dpiliaiev at igalia.com>
Date:   Tue Mar 16 11:26:20 2021 +0200

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 at igalia.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9609>

---

 .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



More information about the mesa-commit mailing list