mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
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 <estaab@chromium.org> Reviewed-by: Gavin Mak <gavinmak@google.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user