chromeos_config: Enable notifications for puff-borealis release builds.

BUG=None
TEST=./config/refresh_generated_files; ./run_tests

Change-Id: I2489d745d5c16b5988e009ba3788556e38340feb
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/2697847
Tested-by: David Riley <davidriley@chromium.org>
Auto-Submit: David Riley <davidriley@chromium.org>
Commit-Queue: George Engelbrecht <engeg@google.com>
Reviewed-by: George Engelbrecht <engeg@google.com>
diff --git a/config/chromeos_config.py b/config/chromeos_config.py
index 4ebf7f0..37ce33a 100644
--- a/config/chromeos_config.py
+++ b/config/chromeos_config.py
@@ -2251,6 +2251,10 @@
           config_lib.NotificationConfig(
               email='borealis-release-builder-alerts@google.com', threshold=2),
       ],
+      'puff-borealis-release': [
+          config_lib.NotificationConfig(
+              email='borealis-release-builder-alerts@google.com', threshold=2),
+      ],
       'swanky-release': [
           config_lib.NotificationConfig(email='navil+spam@chromium.org'),
       ],
diff --git a/config/config_dump.json b/config/config_dump.json
index a079e14..90f9a3a 100644
--- a/config/config_dump.json
+++ b/config/config_dump.json
@@ -27483,6 +27483,9 @@
             "{\n    \"enable_skylab\": true,\n    \"lab_board_name\": \"puff\",\n    \"name\": \"wyvern\",\n    \"test_suites\": [\n        \"av-analysis_trace_per-build\"\n    ]\n}",
             "{\n    \"enable_skylab\": true,\n    \"lab_board_name\": \"puff\",\n    \"name\": \"wyvern_accelerator\",\n    \"test_suites\": [\n        \"av-analysis_trace_per-build\"\n    ]\n}"
         ],
+        "notification_configs": [
+            "{\n    \"email\": \"borealis-release-builder-alerts@google.com\",\n    \"template\": \"legacy_release\",\n    \"threshold\": 2\n}"
+        ],
         "vm_tests": [],
         "vm_tests_override": null
     },