hatch: Make firmware-hatch-12672.B build weekly

As hatch is a mature platform now, we don't need to build firmware
daily.

BUG=None
TEST=refresh

Change-Id: I0be48fc7230c90393a7d33d9b775dfbf3d9c7db9
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/2673679
Reviewed-by: LaMont Jones <lamontjones@chromium.org>
Reviewed-by: Bob Moragues <moragues@chromium.org>
Commit-Queue: Philip Chen <philipchen@chromium.org>
Tested-by: Philip Chen <philipchen@chromium.org>
diff --git a/config/chromeos_config.py b/config/chromeos_config.py
index f764888..24b2d49 100644
--- a/config/chromeos_config.py
+++ b/config/chromeos_config.py
@@ -1784,7 +1784,7 @@
       (WEEKLY, 'firmware-sarien-12200.B', ['sarien'], {}),
       (WEEKLY, 'firmware-mistral-12422.B', ['mistral'], {}),
       (WEEKLY, 'firmware-kukui-12573.B', ['kukui', 'jacuzzi'], {}),
-      (DAILY, 'firmware-hatch-12672.B', ['hatch'], {}),
+      (WEEKLY, 'firmware-hatch-12672.B', ['hatch'], {}),
       (WEEKLY, 'firmware-servo-12768.B', ['nautilus'], {}),
       (DAILY, 'firmware-drallion-12930.B', ['drallion'], {}),
       (DAILY, 'firmware-endeavour-13259.B', ['endeavour'], {}),
diff --git a/config/config_dump.json b/config/config_dump.json
index 7fcd471..a4874f1 100644
--- a/config/config_dump.json
+++ b/config/config_dump.json
@@ -13466,7 +13466,7 @@
         "boards": [
             "hatch"
         ],
-        "schedule": "with 24h interval",
+        "schedule": "with 168h interval",
         "workspace_branch": "firmware-hatch-12672.B"
     },
     "firmware-hatch-12672.B-firmwarebranch-tryjob": {
diff --git a/config/luci-scheduler.cfg b/config/luci-scheduler.cfg
index e9b8837..86f93a8 100644
--- a/config/luci-scheduler.cfg
+++ b/config/luci-scheduler.cfg
@@ -1764,7 +1764,7 @@
   id: "firmware-hatch-12672.B-firmwarebranch"
   realm: "cbb-jobs"
   acl_sets: "default"
-  schedule: "with 24h interval"
+  schedule: "with 168h interval"
   buildbucket: {
     server: "cr-buildbucket.appspot.com"
     bucket: "luci.chromeos.general"