From 6cb8c5dad0ac4d6d160ee763520c71fb4d711bfe Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Wed, 3 Apr 2024 09:33:44 -0700 Subject: [PATCH] freedreno/ci: Add a common skips file to a618_piglit. Signed-off-by: Rob Clark Part-of: --- src/freedreno/ci/deqp-freedreno-a618-piglit.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedreno/ci/deqp-freedreno-a618-piglit.toml b/src/freedreno/ci/deqp-freedreno-a618-piglit.toml index 3a11d098626..ba5747e7c05 100644 --- a/src/freedreno/ci/deqp-freedreno-a618-piglit.toml +++ b/src/freedreno/ci/deqp-freedreno-a618-piglit.toml @@ -2,5 +2,6 @@ piglit_folder = "/piglit" profile = "gpu" process_isolation = true +skips = ["install/freedreno-a6xx-skips.txt", "install/freedreno-a618-skips.txt"] [piglit.env] PIGLIT_NO_WINDOW = "1"