tests: Make perf tests non-parallel

We currently hard code the display name, and running multiple instances
at the same time will probably just make things too slow for CI.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2623>
This commit is contained in:
Jonas Ådahl 2023-02-02 16:50:13 +01:00 committed by Marge Bot
parent 644dd90785
commit 4bcbe9be83

View File

@ -64,6 +64,7 @@ foreach perf_test : perf_tests
'--headless',
'--perf=@0@'.format(perf_test),
],
is_parallel: false,
env: perf_testenv,
)
endforeach