From c0796a593ade70de369d437076785555fc7ee4c4 Mon Sep 17 00:00:00 2001 From: Gavin Mak Date: Tue, 26 Nov 2024 18:08:07 +0000 Subject: [PATCH] Revert "Update freeze dates for 2024 Thanksgiving week" This reverts commit 584e8366be0f67311eb5219180a0f400fdbea486. Reason for revert: Android freeze, not Chrome Original change's description: > 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 > Commit-Queue: Brian Ryner > Reviewed-by: Brian Ryner Change-Id: I139470cec0e786658e08344090b1a5a658d2ca28 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6052245 Bot-Commit: Rubber Stamper Commit-Queue: Rubber Stamper Auto-Submit: Gavin Mak --- presubmit_canned_checks.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py index 30d1834d12..1be51aaf98 100644 --- a/presubmit_canned_checks.py +++ b/presubmit_canned_checks.py @@ -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, 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' +_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' def CheckInfraFreeze(input_api, output_api,