From: Patrick Steinhardt Date: Thu, 19 Feb 2026 06:25:32 +0000 (+0100) Subject: gitlab-ci: use "run-test-slice-meson.sh" X-Git-Tag: v2.54.0-rc0~153^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=055f0b9f325e96d0692f0ee973c6298e303dc923;p=thirdparty%2Fgit.git gitlab-ci: use "run-test-slice-meson.sh" While our GitHub workflow already uses "ci/run-test-slice-meson.sh", GitLab CI open-codes the parameters. Adapt the latter to also use the same script so that we always use the same Meson options across both CI systems. Signed-off-by: Patrick Steinhardt Signed-off-by: Junio C Hamano --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b419a84e2c..04857b479d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -183,7 +183,8 @@ test:msvc-meson: - job: "build:msvc-meson" artifacts: true script: - - meson test -C build --no-rebuild --print-errorlogs --slice $Env:CI_NODE_INDEX/$Env:CI_NODE_TOTAL + - | + & "C:/Program Files/Git/usr/bin/bash.exe" -l -c 'ci/run-test-slice-meson.sh build $CI_NODE_INDEX $CI_NODE_TOTAL' parallel: 10 artifacts: reports: