Skip to content

Commit 3e616b2

Browse files
[CI] Correct service account emails in us-west cluster
It looks like in one of my PRs I mistyped the service account emails that were to be used by the us-west cluster. They were set to the central cluster which means we can't actually access the local buckets.
1 parent 131e3d0 commit 3e616b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

premerge/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ module "premerge_cluster_us_west_resources" {
170170
linux_runners_kubernetes_service_account_name = local.linux_runners_kubernetes_service_account_name
171171
windows_2022_runners_namespace_name = local.windows_2022_runners_namespace_name
172172
windows_2022_runners_kubernetes_service_account_name = local.windows_2022_runners_kubernetes_service_account_name
173-
linux_object_cache_gcp_service_account_email = module.premerge_cluster_us_central.linux_object_cache_gcp_service_account_email
174-
windows_2022_object_cache_gcp_service_account_email = module.premerge_cluster_us_central.windows_2022_object_cache_gcp_service_account_email
173+
linux_object_cache_gcp_service_account_email = module.premerge_cluster_us_west.linux_object_cache_gcp_service_account_email
174+
windows_2022_object_cache_gcp_service_account_email = module.premerge_cluster_us_west.windows_2022_object_cache_gcp_service_account_email
175175
github_arc_version = "0.12.1"
176176
providers = {
177177
kubernetes = kubernetes.llvm-premerge-us-west

0 commit comments

Comments
 (0)