Mesa (master): CI: add lavapipe to llvmpipe rules.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 27 07:11:52 UTC 2021


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jan 27 12:08:19 2021 +1000

CI: add lavapipe to llvmpipe rules.

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 at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8732>

---

 .gitlab-ci/test-source-dep.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 2e41cc87dc4..dbb226b8ad9 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -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



More information about the mesa-commit mailing list