Skip to content

Commit 956686b

Browse files
[CI] Update maintenance window comment
I updated the maintenance window so running terraform apply would actually work given the restrictions put in place by GKE. I forgot to update the comment though, so it ended up out of sync.
1 parent 179764d commit 956686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premerge/gke_cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resource "google_container_cluster" "llvm_premerge" {
2020
workload_pool = "llvm-premerge-checks.svc.id.goog"
2121
}
2222

23-
# We prefer that maintenance is done on weekends between 02:00 and 05:00
23+
# We prefer that maintenance is done on weekends between 02:00 and 08:00
2424
# UTC when commit traffic is low to avoid interruptions.
2525
maintenance_policy {
2626
recurring_window {

0 commit comments

Comments
 (0)