From 5c89f6ed17b646f7bbfa9b12db397d7896868a3a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 26 Feb 2021 12:47:44 -0800 Subject: [PATCH] ci/freedreno: Also retest when only CI configuration changes. Fixes: dab845d457eb ("ci: Move specific driver testing to separate files in separate dirs.") 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 04d16fe..13981d8 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -135,6 +135,7 @@ # is supported, we can change the src/freedreno/ rule to explicitly # exclude tools, rather than having to explicitly list everything # else + - src/freedreno/ci/**/* - src/freedreno/common/**/* - src/freedreno/drm/**/* - src/freedreno/fdl/**/* -- 2.7.4