summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2020-04-28 08:13:31 +1000
committerDave Airlie <airlied@redhat.com>2020-04-28 09:55:49 +1000
commit0e135ca2271b12793cc7e3f36d123f4ff0917cc1 (patch)
tree6f6bed5f32e277a6b847307b4d4bd3a18ede73b6 /.gitlab-ci
parent7a0a6a718035e1a754972fbbad8b91d19f39fa42 (diff)
ci: add llvmpipe paths to virgl rules
since llvmpipe changes will affect virgl Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4777>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-source-dep.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 2bb824849f5..8b390f2f781 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -138,7 +138,9 @@
*gallium_core_file_list
when: on_success
- changes:
+ - src/gallium/drivers/llvmpipe/**/*
- src/gallium/drivers/virgl/**/*
- src/gallium/winsys/virgl/**/*
+ - src/gallium/winsys/sw/**/*
when: on_success
- when: never