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" {
43
43
44
44
data "google_client_config" "current" {}
45
45
46
- # TODO(boomanaiden154): Rename this to llvm-premerge-cluster-us-central when
47
- # commit traffic is low.
48
46
module "premerge_cluster_us_central" {
49
47
source = " ./gke_cluster"
50
- cluster_name = " llvm-premerge-prototype "
48
+ cluster_name = " llvm-premerge-cluster-us-central "
51
49
region = " us-central1-a"
52
50
linux_machine_type = " n2-standard-64"
53
51
windows_machine_type = " n2-standard-32"
@@ -125,7 +123,7 @@ module "premerge_cluster_us_central_resources" {
125
123
github_app_id = data. google_secret_manager_secret_version . github_app_id . secret_data
126
124
github_app_installation_id = data. google_secret_manager_secret_version . github_app_installation_id . secret_data
127
125
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 "
129
127
grafana_token = data. google_secret_manager_secret_version . grafana_token . secret_data
130
128
runner_group_name = " llvm-premerge-cluster-us-central"
131
129
providers = {
You can’t perform that action at this time.
0 commit comments