Skip to content

Commit 03dad18

Browse files
[CI] Bump maintenance window end date
This patch bumps the maintenance window end date so we can actually apply the changes. GKE requires that there be at least 48 hours of maintenance time available in >=4h blocks for every 32 day segment. The original rules did not meet this. These changes allow us to deploy and should not sacrifice too much in terms of ensuring we minimize commit traffic during the maintenance periods.
1 parent e880ddd commit 03dad18

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
@@ -25,7 +25,7 @@ resource "google_container_cluster" "llvm_premerge" {
2525
maintenance_policy {
2626
recurring_window {
2727
start_time = "2025-07-24T02:00:00Z"
28-
end_time = "2025-07-24T05:00:00Z"
28+
end_time = "2025-07-24T08:00:00Z"
2929
recurrence = "FREQ=WEEKLY;BYDAY=SA,SU"
3030
}
3131
}

0 commit comments

Comments
 (0)