From fd8d01b1fe522e811cfd8da1145b96ec4b4d967b Mon Sep 17 00:00:00 2001 From: Jess Sullivan Date: Tue, 14 Jul 2026 07:51:25 -0400 Subject: [PATCH] fix(ci): serialize local test actions on the shared-cache lane (4Gi runner OOM) --- .bazelrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bazelrc b/.bazelrc index c6d275a..ee06ef7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -39,6 +39,11 @@ build:ci-remote-base --remote_timeout=60 build:ci-cached --config=ci-remote-base build:ci-cached --remote_cache_compression +# The dind runner container is memory-limited (4Gi); with the +# shared-cache lane executing browser test suites locally, parallel +# chromium instances OOM the pod (silent runner death). Serialize +# local test actions on this lane. +test:ci-cached --local_test_jobs=1 build:executor-backed --config=ci-remote-base build:executor-backed --action_env=HOME=/var/lib/gf-reapi-cell/home