radeonsi/tests: use proper skip file

gbm-skips.txt has been renamed all-skips.txt in f9564e1754
("ci/piglit: Consolidate identical skip lists for X11 and gbm")

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34544>
This commit is contained in:
Pierre-Eric Pelloux-Prayer 2025-04-17 10:10:39 +02:00 committed by Marek Olšák
parent 3d3ca9b65e
commit ac6351fd23

View file

@ -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):