mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 09:40:10 +00:00
CI: Reduce max number of tests to 8/4
CI is hitting various limits after we started out with 32. In particular, the default runners hit 90s test timeouts. And the asan runner runs into max threads limits, so reduce that one to 4 tests max.
This commit is contained in:
parent
90c65e3611
commit
93573218d4
@ -26,7 +26,7 @@ variables:
|
|||||||
BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
|
BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true"
|
||||||
FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled -Dbuild-testsuite=true -Dintrospection=enabled"
|
FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled -Dbuild-testsuite=true -Dintrospection=enabled"
|
||||||
MESON_TEST_TIMEOUT_MULTIPLIER: 3
|
MESON_TEST_TIMEOUT_MULTIPLIER: 3
|
||||||
MESON_TEST_MAX_PROCESSES: 32
|
MESON_TEST_MAX_PROCESSES: 8
|
||||||
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v52"
|
FEDORA_IMAGE: "registry.gitlab.gnome.org/gnome/gtk/fedora:v52"
|
||||||
|
|
||||||
workflow:
|
workflow:
|
||||||
@ -420,6 +420,7 @@ asan-build:
|
|||||||
stage: analysis
|
stage: analysis
|
||||||
needs: []
|
needs: []
|
||||||
variables:
|
variables:
|
||||||
|
MESON_TEST_MAX_PROCESSES: 4
|
||||||
script:
|
script:
|
||||||
- export PATH="$HOME/.local/bin:$PATH"
|
- export PATH="$HOME/.local/bin:$PATH"
|
||||||
- CC=clang meson setup
|
- CC=clang meson setup
|
||||||
|
Loading…
Reference in New Issue
Block a user