From ac6351fd23ed322609536f94c8264f4660cacf40 Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Thu, 17 Apr 2025 10:10:39 +0200 Subject: [PATCH] radeonsi/tests: use proper skip file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gbm-skips.txt has been renamed all-skips.txt in f9564e17547 ("ci/piglit: Consolidate identical skip lists for X11 and gbm") Reviewed-by: Marek Olšák Part-of: --- src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py b/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py index b396594b982..9d83157f15e 100755 --- a/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py +++ b/src/gallium/drivers/radeonsi/ci/radeonsi-run-tests.py @@ -441,7 +441,7 @@ if args.piglit: "--skips", skips_list, "--skips", - os.path.join(path_above_mesa, "mesa", ".gitlab-ci", "gbm-skips.txt") + os.path.join(path_above_mesa, "mesa", ".gitlab-ci", "all-skips.txt") ] + filters_args + flakes_args if os.path.exists(baseline):