From cd23d0baee64a498b4d3fc446cb4cc4d9c88900c Mon Sep 17 00:00:00 2001 From: Dan Notestein Date: Fri, 28 Nov 2025 23:54:56 -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 c7a989e12a..6b36d1b2b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -323,6 +323,7 @@ deploy_wheel_to_pypi: paths: [ public ] tags: # has to be a single runner or cache should be shared between multiple runners - data-cache-storage + - hive-builder-9 deploy_docs: pages: true -- GitLab