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 }