From 48902b74d23d7df4d3eb0f932335c2718ea28a5b Mon Sep 17 00:00:00 2001 From: Dan Notestein Date: Tue, 2 Dec 2025 17:30:50 -0500 Subject: [PATCH] Add hived tag to shared_tags for proper build concurrency The hived tag routes to runners with limit=1 to prevent OOM issues during memory-intensive hived builds. This affects all jobs using the shared_tags anchor: - prepare_base_images - prepare_haf_image - prepare_hivemind_image - publish job --- .gitlab-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml index 7fdbd2e64..6cb26cf1a 100644 --- a/.gitlab-ci.yaml +++ b/.gitlab-ci.yaml @@ -47,6 +47,7 @@ variables: tags: &shared_tags - public-runner-docker - hived-for-tests + - hived .start-timer: - ./scripts/ci/timer.sh start -- GitLab