summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>2021-01-27 12:02:06 +0100
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>2021-01-29 09:18:24 +0100
commita77834cecf20f89da80c1e80ba2624fa319493e1 (patch)
tree3d7935019b3f24cd94af84411c223c39cb876b7e /.gitlab-ci
parent84a38ec13362a7c9d4477c21c37305e499d64287 (diff)
ci: split src/mesa/**/* matching rule
Split the rule to avoid running useless tests when touching the driver specific sources. v2: removed src/mesa/drivers/x11/**/* Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Eric Anholt <eric@anholt.net> (v2) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8735>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-source-dep.yml18
1 files changed, 17 insertions, 1 deletions
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index dbb226b8ad9..6b37d99b8b8 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -30,7 +30,23 @@
- src/include/**/*
- src/loader/**/*
- src/mapi/**/*
- - src/mesa/**/*
+ - src/mesa/*
+ - src/mesa/drivers/*
+ - src/mesa/drivers/common/**/*
+ - src/mesa/drivers/dri/*
+ - src/mesa/drivers/dri/common/**/*
+ - src/mesa/main/**/*
+ - src/mesa/math/**/*
+ - src/mesa/program/**/*
+ - src/mesa/sparc/**/*
+ - src/mesa/state_tracker/**/*
+ - src/mesa/swrast/**/*
+ - src/mesa/swrast_setup/**/*
+ - src/mesa/tnl/**/*
+ - src/mesa/tnl_dd/**/*
+ - src/mesa/vbo/**/*
+ - src/mesa/x86/**/*
+ - src/mesa/x86-64/**/*
- src/util/**/*
# Gallium core source file dependencies