CI: Limit maximum number of test processes to 32
There are spurious failures happening in CI runs and I blame those on too many processes running at the same time overloading either the compositor we're running against, or causing OOM situations or just genereally slowing things down and hitting timeout limits. The choice of 32 is rather arbitrary. I just picked a number that felt good.
This commit is contained in:
@@ -26,6 +26,7 @@ variables:
|
||||
BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
|
||||
FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled -Dbuild-testsuite=true -Dintrospection=enabled"
|
||||
MESON_TEST_TIMEOUT_MULTIPLIER: 3
|
||||
MESON_TEST_MAX_PROCESSES: 32
|
||||
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v52"
|
||||
|
||||
workflow:
|
||||
|
||||
Reference in New Issue
Block a user