Update freeze dates for 2024 Thanksgiving week

Change-Id: I20b1bb68d181f5d05f7dc91f270cbd97a26409ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6049175
Auto-Submit: Gavin Mak <gavinmak@google.com>
Commit-Queue: Brian Ryner <bryner@google.com>
Reviewed-by: Brian Ryner <bryner@google.com>
changes/75/6049175/2
Gavin Mak 6 months ago committed by LUCI CQ
parent 2515d3513f
commit 584e8366be

@ -907,9 +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')
_FREEZE_START = datetime.datetime(2024, 10, 12, 0, 0, tzinfo=_FREEZE_TZ)
_FREEZE_END = datetime.datetime(2024, 10, 19, 0, 0, tzinfo=_FREEZE_TZ)
_FREEZE_DETAILS = 'Internal infra conference'
_FREEZE_START = datetime.datetime(2024, 11, 23, 0, 0, tzinfo=_FREEZE_TZ)
_FREEZE_END = datetime.datetime(2024, 11, 30, 0, 0, tzinfo=_FREEZE_TZ)
_FREEZE_DETAILS = 'Thanksgiving week production freeze'
def CheckInfraFreeze(input_api,
output_api,

Loading…
Cancel
Save