From 2f5ef1e8915bf661688edde26a3198e06cbcaf1b Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Wed, 27 Jan 2021 12:08:19 +1000 Subject: [PATCH] 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 Part-of: --- .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 2e41cc8..dbb226b 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 -- 2.7.4