mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
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:
parent
3d3ca9b65e
commit
ac6351fd23
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue