File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,9 @@ resource "local_file" "terraform_state" {
4343
4444data "google_client_config" "current" {}
4545
46- # TODO(boomanaiden154): Rename this to llvm-premerge-cluster-us-central when
47- # commit traffic is low.
4846module "premerge_cluster_us_central" {
4947 source = " ./gke_cluster"
50- cluster_name = " llvm-premerge-prototype "
48+ cluster_name = " llvm-premerge-cluster-us-central "
5149 region = " us-central1-a"
5250 linux_machine_type = " n2-standard-64"
5351 windows_machine_type = " n2-standard-32"
@@ -125,7 +123,7 @@ module "premerge_cluster_us_central_resources" {
125123 github_app_id = data. google_secret_manager_secret_version . github_app_id . secret_data
126124 github_app_installation_id = data. google_secret_manager_secret_version . github_app_installation_id . secret_data
127125 github_app_private_key = data. google_secret_manager_secret_version . github_app_private_key . secret_data
128- cluster_name = " llvm-premerge-prototype "
126+ cluster_name = " llvm-premerge-cluster-us-central "
129127 grafana_token = data. google_secret_manager_secret_version . grafana_token . secret_data
130128 runner_group_name = " llvm-premerge-cluster-us-central"
131129 providers = {
You can’t perform that action at this time.
0 commit comments