About Social Code
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2025-08-08 00:57:37 +0800
committerMarge Bot <marge-bot@fdo.invalid>2025-08-20 16:21:27 +0000
commit0c9b0430120b60a6597bb054ab2de03a81ee4bd4 (patch)
treefddd0e5c789ef601d553669dfa95c1e842042ada
parentb589b24209fb672d0c3e82c73c9c1dd93347494e (diff)
ci: remove non-existent files in ci watch list
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36635>
-rw-r--r--.gitlab-ci/test-source-dep.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index e7e21d12d04..fe210a71247 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -169,12 +169,8 @@
- 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/vbo/**/*
- - src/mesa/x86-64/**/*
when: on_success
- !reference [.gallium-core-rules, rules]