Skip to content

Commit

Permalink
created performance cluster 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaljeeti committed Nov 6, 2024
1 parent a0d1614 commit aa7566c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build/terraform/e2e/module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ variable "kubernetes_versions" {
description = "Create e2e test clusters with these k8s versions in these regions"
type = map(list(string))
default = {
"1.28" = ["us-west1", "RAPID"]
"1.29" = ["europe-west1", "RAPID"]
"1.30" = ["asia-east1", "RAPID"]
"1.31" = ["us-east1", "RAPID"]
Expand Down
2 changes: 1 addition & 1 deletion build/terraform/performance/module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.29" = ["us-central1", "RAPID"]
"1.30" = ["us-central1", "RAPID"]
}
}

Expand Down
2 changes: 1 addition & 1 deletion ci/perf-test-cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ steps:
- tag-build-image

substitutions:
_TEST_CLUSTER_NAME: standard-performance-test-cluster-1-29
_TEST_CLUSTER_NAME: standard-performance-test-cluster-1-30
_TEST_CLUSTER_LOCATION: us-central1
_REGISTRY: us-docker.pkg.dev/agones-images/ci
_TEST_PROJECT_ID: agones-images
Expand Down

0 comments on commit aa7566c

Please sign in to comment.