From cec0e269637b6e05c30855ba1b42287ab509da59 Mon Sep 17 00:00:00 2001 From: phlax Date: Wed, 25 Sep 2024 20:45:57 +0100 Subject: [PATCH] ci: Boost arm build machines (#36339) this is an interim measure to reduce build times and mittigate VM overload, pending Engflow arm RBE pools coming online after discussion we felt this was justified as without it we are likely to get jobs being retested, and larger machines should reduce the build times some Signed-off-by: Ryan Northey --- .github/workflows/_precheck_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_precheck_publish.yml b/.github/workflows/_precheck_publish.yml index 5276446302ad..86181a7bc3d6 100644 --- a/.github/workflows/_precheck_publish.yml +++ b/.github/workflows/_precheck_publish.yml @@ -56,7 +56,7 @@ jobs: --config=cache-envoy-engflow --config=bes-envoy-engflow rbe: false - runs-on: envoy-arm64-medium + runs-on: envoy-arm64-large timeout-minutes: 180 - target: docs name: Docs