From a4fb0dde2088f823b64eeeec9e627d7989518b2c Mon Sep 17 00:00:00 2001 From: Dan Notestein Date: Fri, 28 Nov 2025 23:58:19 -0500 Subject: [PATCH] Switch data-cache-storage jobs to hive-builder-9 Builder-9 has better single-thread performance (32-core 5950X) compared to builder-5 (48-core 3960x), resulting in ~40% faster sync times. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9305b56..332d4c26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -133,6 +133,7 @@ build_beekeepy_wheel: junit: $PATH_TO_REPORT tags: - data-cache-storage + - hive-builder-9 run_beekeepy_tests: stage: beekeepy -- GitLab