mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
644dd90785
commit
4bcbe9be83
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ foreach perf_test : perf_tests
|
|||
'--headless',
|
||||
'--perf=@0@'.format(perf_test),
|
||||
],
|
||||
is_parallel: false,
|
||||
env: perf_testenv,
|
||||
)
|
||||
endforeach
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue