mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-06 01:41:07 -05:00
ci: Use appropriate concurrency level
The appropriate concurrency level is not necessarily the number of available CPUs; limit it to what the runners tell us we should be using. Signed-off-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
parent
71ff5fe0af
commit
0d3e47abdc
1 changed files with 2 additions and 1 deletions
|
|
@ -220,7 +220,8 @@ armv7-debian-container_prep:
|
||||||
script:
|
script:
|
||||||
- cd "$BUILDDIR"
|
- cd "$BUILDDIR"
|
||||||
- meson --prefix="$PREFIX" -Dicon_directory=/usr/share/X11/icons ${MESON_BUILD_TYPE} ..
|
- meson --prefix="$PREFIX" -Dicon_directory=/usr/share/X11/icons ${MESON_BUILD_TYPE} ..
|
||||||
- ninja -k0 test
|
- ninja -k0 -j${FDO_CI_CONCURRENT:-4}
|
||||||
|
- meson test --num-processes ${FDO_CI_CONCURRENT:-4}
|
||||||
- ninja clean
|
- ninja clean
|
||||||
artifacts:
|
artifacts:
|
||||||
name: wayland-meson-$CI_COMMIT_SHA-$CI_JOB_ID
|
name: wayland-meson-$CI_COMMIT_SHA-$CI_JOB_ID
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue