[notify][builders] Enable blamelist notifications for layer rollers

This change enables blamelist notifications for layer rollers which are
allowed to use all four primary layers as part of the blamelist.

IN-249

Change-Id: I6e2eb245fe75b1539a6759bff72a52217b5c3f9b
diff --git a/services/cr-buildbucket.cfg b/services/cr-buildbucket.cfg
index 8014647..2b59fe2 100644
--- a/services/cr-buildbucket.cfg
+++ b/services/cr-buildbucket.cfg
@@ -767,7 +767,7 @@
       recipe {
         properties: "project:peridot"
         properties: "remote:https://fuchsia.googlesource.com/peridot"
-        properties: "manifest:manifest/minimal"
+        properties: "manifest:manifest/peridot"
         properties: "import_in:manifest/peridot"
         properties: "import_from:garnet"
       }
@@ -995,7 +995,7 @@
       recipe {
         properties: "project:topaz"
         properties: "remote:https://fuchsia.googlesource.com/topaz"
-        properties: "manifest:manifest/minimal"
+        properties: "manifest:manifest/topaz"
         properties: "import_in:manifest/topaz"
         properties: "import_from:peridot"
       }
@@ -1730,7 +1730,7 @@
       recipe {
         properties: "project:garnet"
         properties: "remote:https://fuchsia.googlesource.com/garnet"
-        properties: "manifest:manifest/minimal"
+        properties: "manifest:manifest/garnet"
         properties: "import_in:manifest/garnet"
         properties: "import_from:zircon"
       }
diff --git a/services/luci-notify.cfg b/services/luci-notify.cfg
index aeb509d..d183b6c 100644
--- a/services/luci-notify.cfg
+++ b/services/luci-notify.cfg
@@ -150,6 +150,12 @@
             recipients: "fuchsia-builder-status@google.com"
             recipients: "fuchsia-build-notify@google.com"
         }
+        notify_blamelist {
+            repository_whitelist: "https://fuchsia.googlesource.com/zircon"
+            repository_whitelist: "https://fuchsia.googlesource.com/garnet"
+            repository_whitelist: "https://fuchsia.googlesource.com/peridot"
+            repository_whitelist: "https://fuchsia.googlesource.com/topaz"
+        }
     }
 
     builders {