From aca979dd407a269fa0f794e1199f9f24c2269034 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Wed, 25 Feb 2026 17:14:54 +0100 Subject: [PATCH] =?UTF-8?q?fix(ci):=20revert=20ci-build=20pool=20to=20GP1-?= =?UTF-8?q?M=20=E2=80=94=20stay=20within=20vCPU=20quota?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GP1-XL (48 vCPU) exceeds account quota. GP1-M (16 vCPU, 64GB) fits within current limits while providing sufficient build resources. Co-Authored-By: Claude Opus 4.6 --- .gitlab-ci.yml | 2 +- infra/live/production/kapsule/terragrunt.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f20a86bf..f25d4687c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # GitLab CI/CD — Foxhunt -# Runs on ci-build pool (GP1-XL, scale-to-zero) +# Runs on ci-build pool (GP1-M, scale-to-zero) # CI builder image: CUDA 12.4 + Rust 1.89 + protoc + sccache (hosted on Scaleway CR) # Service images: pushed to internal GitLab registry (Kaniko) diff --git a/infra/live/production/kapsule/terragrunt.hcl b/infra/live/production/kapsule/terragrunt.hcl index eafd74271..c389b2e74 100644 --- a/infra/live/production/kapsule/terragrunt.hcl +++ b/infra/live/production/kapsule/terragrunt.hcl @@ -27,6 +27,6 @@ inputs = { # CI build pool (ephemeral runner pods, scale-to-zero) enable_ci_build_pool = true - ci_build_type = "GP1-XL" + ci_build_type = "GP1-M" ci_build_max_size = 2 }