From c889c0283fa802bcf8f8a9f77af212b8cd6bcb19 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:58:56 +1000 Subject: [PATCH] Reduce nodes in pool from 10 to 5 Reduces resource contention. 2 parallel tests x 10 containers => 2-3 nodes needed, 5 gives room --- .../clusters/logos-storage-rel-tests-gcp-europe-west4/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release/clusters/logos-storage-rel-tests-gcp-europe-west4/main.tf b/.github/release/clusters/logos-storage-rel-tests-gcp-europe-west4/main.tf index ebec59d1..c2a89c56 100644 --- a/.github/release/clusters/logos-storage-rel-tests-gcp-europe-west4/main.tf +++ b/.github/release/clusters/logos-storage-rel-tests-gcp-europe-west4/main.tf @@ -19,7 +19,7 @@ module "gke" { tests_pool_name = "tests-e2-medium" tests_pool_machine_type = "e2-medium" - tests_pool_max = 10 + tests_pool_max = 5 tests_pool_labels = { default-pool = "false" scaling-type = "auto"