]> git.99rst.org Git - git.git/commit
gitlab-ci: enable "GIT_TEST_LONG"
authorPatrick Steinhardt <redacted>
Mon, 6 Jul 2026 06:24:04 +0000 (08:24 +0200)
committerJunio C Hamano <redacted>
Mon, 6 Jul 2026 14:21:57 +0000 (07:21 -0700)
commit84248444ad9577ba7f0bf0679d57c629166eb903
tree36beded4f5bd396a195895c8ae50ec0bf4341287
parent3e35bf7eff61ac43c8ae3fabaf617c6fba8cf5ed
gitlab-ci: enable "GIT_TEST_LONG"

Starting with 7a094d68a2 (ci: run expensive tests on push builds to
integration branches, 2026-05-08) we run expensive tests in our CI for
certain events. So far, this has only been wired up for GitHub Workflows
though, which creates a test gap for GitLab CI.

Plug this gap by also making this work for the latter.

Note that these tests cannot be run on the Windows runners, as they only
have 7.5GB of RAM. This is insufficient for some of the EXPENSIVE tests,
so we explicitly disable "GIT_TEST_LONG" on these jobs.

Signed-off-by: Patrick Steinhardt <redacted>
Signed-off-by: Junio C Hamano <redacted>
.gitlab-ci.yml
ci/lib.sh
git clone https://git.99rst.org/PROJECT