From 3abb1c7b9d19c4334340ae0a02f953db7d555c33 Mon Sep 17 00:00:00 2001 From: Sivasankaran R Date: Sat, 28 Mar 2026 06:34:59 +0000 Subject: [PATCH] Created performance test cluster for 1.34 --- build/terraform/performance/module.tf | 2 +- ci/perf-test-cloudbuild.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/terraform/performance/module.tf b/build/terraform/performance/module.tf index 156095a351..9ed2eb6d32 100644 --- a/build/terraform/performance/module.tf +++ b/build/terraform/performance/module.tf @@ -41,7 +41,7 @@ variable "kubernetes_versions" { description = "Create performance test clusters with these k8s versions in these regions" type = map(list(string)) default = { - "1.33" = ["us-central1", "RAPID"] + "1.34" = ["us-central1", "RAPID"] } } diff --git a/ci/perf-test-cloudbuild.yaml b/ci/perf-test-cloudbuild.yaml index 02fa380ff0..4e605133d9 100644 --- a/ci/perf-test-cloudbuild.yaml +++ b/ci/perf-test-cloudbuild.yaml @@ -97,7 +97,7 @@ steps: - tag-build-image substitutions: - _TEST_CLUSTER_NAME: standard-performance-test-cluster-1-33 + _TEST_CLUSTER_NAME: standard-performance-test-cluster-1-34 _TEST_CLUSTER_LOCATION: us-central1 _REGISTRY: us-docker.pkg.dev/agones-images/ci _TEST_PROJECT_ID: agones-images