From 79a33e2db2729f0216919f3dde99aa619bfd865d Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 11 Oct 2025 10:59:18 -0400 Subject: [PATCH] Switch docs build from c5 to c7i (#165082) Switch docs build from c5 to c7i which should increase build performance by roughly 15-20% while reducing costs by 10-15%. Signed-off-by: Thanh Ha --- .github/workflows/_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_docs.yml b/.github/workflows/_docs.yml index 77d8482af438..ebf96264e994 100644 --- a/.github/workflows/_docs.yml +++ b/.github/workflows/_docs.yml @@ -72,7 +72,7 @@ jobs: # Let's try to figure out how this can be improved timeout-minutes: 360 - docs_type: python - runner: ${{ inputs.runner_prefix }}linux.2xlarge + runner: ${{ inputs.runner_prefix }}linux.c7i.2xlarge # It takes less than 30m to finish python docs unless there are issues timeout-minutes: 30 # Set a fixed name for this job instead of using the current matrix-generated name, i.e. build-docs (cpp, linux.12xlarge, 180)