Add buddy builder config to M49 chromeos_config

BUG=chromium:581562
TEST=None

Change-Id: Ic41f7a7ebd97fde597654c0fa72b2105e088fd87
Reviewed-on: https://chromium-review.googlesource.com/323809
Reviewed-by: Bernie Thompson <bhthompson@chromium.org>
Reviewed-by: Josafat Garcia <josafat@chromium.org>
Commit-Queue: Josafat Garcia <josafat@chromium.org>
Tested-by: Josafat Garcia <josafat@chromium.org>
diff --git a/cbuildbot/chromeos_config.py b/cbuildbot/chromeos_config.py
index 9e80eff..1370837 100644
--- a/cbuildbot/chromeos_config.py
+++ b/cbuildbot/chromeos_config.py
@@ -2510,6 +2510,7 @@
   _AddGroupConfig(
       'auron-b', 'lulu', (
           'gandof',
+          'buddy',
       ),
   )
 
diff --git a/cbuildbot/config_dump.json b/cbuildbot/config_dump.json
index fc7430c..1520f0a 100644
--- a/cbuildbot/config_dump.json
+++ b/cbuildbot/config_dump.json
@@ -1695,9 +1695,25 @@
                     "-chrome_internal"
                 ],
                 "vm_tests": []
+            },
+            {
+                "_template": "full",
+                "boards": [
+                    "buddy"
+                ],
+                "build_packages_in_background": true,
+                "chrome_sdk_build_chrome": false,
+                "grouped": true,
+                "name": "buddy-full",
+                "prebuilts": "public",
+                "unittests": null,
+                "useflags": [
+                    "-chrome_internal"
+                ],
+                "vm_tests": []
             }
         ],
-        "description": "Full Builds; Group config (boards: lulu, gandof)",
+        "description": "Full Builds; Group config (boards: lulu, gandof, buddy)",
         "prebuilts": "public",
         "useflags": [
             "-chrome_internal"
@@ -1729,9 +1745,21 @@
                 "name": "gandof-release",
                 "unittests": null,
                 "vm_tests": []
+            },
+            {
+                "_template": "release",
+                "boards": [
+                    "buddy"
+                ],
+                "build_packages_in_background": true,
+                "chrome_sdk_build_chrome": false,
+                "grouped": true,
+                "name": "buddy-release",
+                "unittests": null,
+                "vm_tests": []
             }
         ],
-        "description": "Release Builds (canary) (internal); Group config (boards: lulu, gandof)",
+        "description": "Release Builds (canary) (internal); Group config (boards: lulu, gandof, buddy)",
         "important": true
     },
     "auron-chrome-pfq": {