Skip to content

Commit bc24b0f

Browse files
[CI] Rename llvm-premerge-prototype cluster
This patch fixes the TODO to rename the llvm-premerge-prototype cluster to llvm-premerge-cluster-us-central.
1 parent 159be96 commit bc24b0f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

premerge/main.tf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,9 @@ resource "local_file" "terraform_state" {
4343

4444
data "google_client_config" "current" {}
4545

46-
# TODO(boomanaiden154): Rename this to llvm-premerge-cluster-us-central when
47-
# commit traffic is low.
4846
module "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 = {

0 commit comments

Comments
 (0)