CI: add lavapipe to llvmpipe rules.
authorDave Airlie <airlied@redhat.com>
Wed, 27 Jan 2021 02:08:19 +0000 (12:08 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 27 Jan 2021 06:11:43 +0000 (16:11 +1000)
I've noticed that that llvmpipe tests don't all get run,
it's probably good enough to just run them on lavapipe
changes as well

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8732>

.gitlab-ci/test-source-dep.yml

index 2e41cc8..dbb226b 100644 (file)
@@ -76,6 +76,7 @@
       when: on_success
     - changes: &llvmpipe_file_list
       - src/gallium/drivers/llvmpipe/**/*
+      - src/gallium/frontends/lavapipe/**/*
       - src/gallium/winsys/sw/**/*
       when: on_success
     - when: never