Update config settings by config-updater.

Change-Id: I51cabc9249f7a31eb8a36c0c3fb0ad683e3638e9
diff --git a/cbuildbot/config_dump.json b/cbuildbot/config_dump.json
index 9007218..78e9f0a 100644
--- a/cbuildbot/config_dump.json
+++ b/cbuildbot/config_dump.json
@@ -20962,7 +20962,8 @@
         "important": true,
         "models": [
             "{\n    \"name\": \"basking\",\n    \"test_suites\": []\n}",
-            "{\n    \"name\": \"electro\",\n    \"test_suites\": [\n        \"sanity\",\n        \"bvt-inline\",\n        \"bvt-installer\",\n        \"bvt-arc\",\n        \"au\",\n        \"bvt-cq\",\n        \"bvt-perbuild\"\n    ]\n}"
+            "{\n    \"name\": \"electro\",\n    \"test_suites\": [\n        \"sanity\",\n        \"bvt-inline\",\n        \"bvt-installer\",\n        \"bvt-arc\",\n        \"au\",\n        \"bvt-cq\",\n        \"bvt-perbuild\"\n    ]\n}",
+            "{\n    \"name\": \"reef\",\n    \"test_suites\": []\n}"
         ],
         "vm_tests": [],
         "vm_tests_override": null
diff --git a/cbuildbot/ge_build_config.json b/cbuildbot/ge_build_config.json
index f8143b9..38caaed 100644
--- a/cbuildbot/ge_build_config.json
+++ b/cbuildbot/ge_build_config.json
@@ -1183,6 +1183,12 @@
           ],
           "cq_test_enabled": true,
           "release_builder_test_pool": "bvt"
+        },
+        {
+          "board_name": "reef",
+          "name": "reef",
+          "cq_test_enabled": false,
+          "release_builder_test_pool": "bvt"
         }
       ]
     }