chromeos_config: Enable notifications for termina release builds

BUG=chromium:1128741
TEST=./run_tests

Disallow-Recycled-Builds: test-failures
Change-Id: I7b014841fa2864e8e0c00fd10a54e1789b836ccc
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/2581719
Commit-Queue: Fergus Dall <sidereal@google.com>
Tested-by: Fergus Dall <sidereal@google.com>
Reviewed-by: Alex Klein <saklein@chromium.org>
diff --git a/config/chromeos_config.py b/config/chromeos_config.py
index 283cbcd..ace6545 100644
--- a/config/chromeos_config.py
+++ b/config/chromeos_config.py
@@ -2302,6 +2302,14 @@
           config_lib.NotificationConfig(
               email='borealis-release-builder-alerts@google.com', threshold=2),
       ],
+      'tatl-release': [
+          config_lib.NotificationConfig(
+              email='clumptini+release-builder-alerts@google.com'),
+      ],
+      'tael-release': [
+          config_lib.NotificationConfig(
+              email='clumptini+release-builder-alerts@google.com'),
+      ],
   }
 
   for config_name, notification_configs in notifiers.items():
diff --git a/config/config_dump.json b/config/config_dump.json
index 128848d..22c0240 100644
--- a/config/config_dump.json
+++ b/config/config_dump.json
@@ -32969,6 +32969,9 @@
             "test"
         ],
         "important": false,
+        "notification_configs": [
+            "{\n    \"email\": \"clumptini+release-builder-alerts@google.com\",\n    \"template\": \"legacy_release\",\n    \"threshold\": 1\n}"
+        ],
         "packages": [
             "virtual/target-os",
             "virtual/target-os-dev",
@@ -33280,6 +33283,9 @@
             "test"
         ],
         "important": false,
+        "notification_configs": [
+            "{\n    \"email\": \"clumptini+release-builder-alerts@google.com\",\n    \"template\": \"legacy_release\",\n    \"threshold\": 1\n}"
+        ],
         "packages": [
             "virtual/target-os",
             "virtual/target-os-dev",