From 67ddd5efb7d5a072a886d3de708563ab994305a2 Mon Sep 17 00:00:00 2001 From: Erik Staab Date: Mon, 9 Dec 2024 20:46:48 +0000 Subject: [PATCH] Update holiday freeze dates to reflect policy Context: http://shortn/_5jjB9kobEg (internal) Change-Id: I4ad85fb57914ef6577704f5ba9f3f13f2f530c25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6075718 Commit-Queue: Erik Staab Reviewed-by: Gavin Mak --- presubmit_canned_checks.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py index 098cda08cd..e21bc591d5 100644 --- a/presubmit_canned_checks.py +++ b/presubmit_canned_checks.py @@ -907,8 +907,9 @@ def CheckChromiumDependencyMetadata(input_api, output_api, file_filter=None): _IGNORE_FREEZE_FOOTER = 'Ignore-Freeze' _FREEZE_TZ = datetime.timezone(-datetime.timedelta(hours=8), 'PST') -_CHROMIUM_FREEZE_START = datetime.datetime(2024, 12, 13, 0, 0, tzinfo=_FREEZE_TZ) -_CHROMIUM_FREEZE_END = datetime.datetime(2025, 1, 2, 0, 0, tzinfo=_FREEZE_TZ) +_CHROMIUM_FREEZE_START = datetime.datetime( + 2024, 12, 20, 17, 1, tzinfo=_FREEZE_TZ) +_CHROMIUM_FREEZE_END = datetime.datetime(2025, 1, 5, 17, 0, tzinfo=_FREEZE_TZ) _CHROMIUM_FREEZE_DETAILS = 'Holiday freeze' def CheckInfraFreeze(input_api,