From a783431df79a3d5b4a9c993a17fbde90b5d25b1c Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Thu, 25 Dec 2025 00:50:49 +0000 Subject: [PATCH] Balance build times between jobs Before this, there was a difference of about nineteen minutes. All the things that aren't the engine (except its dependencies) that were in group one take less than nineteen minutes to build in total, so moving everything isn't enough to give total balance. openmw-tests depends on openmw-lib, so you have to build basically the whole engine to build it, so it should stay in the same group. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35014fc071..a425626fd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -698,11 +698,11 @@ macOS15_Xcode16_arm64: - "*.zip" .variables-for-split-jobs: &target-group-one - targets: "bsatool components-tests esmtool niftest openmw openmw_detournavigator_navmeshtilescache_benchmark openmw_esm_refid_benchmark openmw_settings_access_benchmark openmw-bulletobjecttool openmw-essimporter openmw-iniimporter openmw-navmeshtool openmw-tests" + targets: "openmw openmw-tests" group_name: "group-one" .variables-for-split-jobs: &target-group-two - targets: "openmw-cs openmw-cs-tests openmw-launcher openmw-wizard" + targets: "bsatool components-tests esmtool niftest openmw-cs openmw-cs-tests openmw_detournavigator_navmeshtilescache_benchmark openmw_esm_refid_benchmark openmw_settings_access_benchmark openmw-bulletobjecttool openmw-essimporter openmw-iniimporter openmw-launcher openmw-navmeshtool openmw-wizard" group_name: "group-two" .Windows_Ninja_Base: