chromeos_config: Make cyan-paladin experimental (workaround).

Cyan is failing because of bug with how we handle CTS tests. No reason
to bring the CQ down until it's fixed (hopefully tomorrow).

BUG=chromium:730272
TEST=run_tests

Change-Id: Id41c43058138fc2d6b0df5297832922b7e69d535
Reviewed-on: https://chromium-review.googlesource.com/526286
Tested-by: Don Garrett <dgarrett@chromium.org>
Reviewed-by: Miao-chen Chou <mcchou@chromium.org>
Commit-Queue: Don Garrett <dgarrett@chromium.org>
diff --git a/cbuildbot/chromeos_config.py b/cbuildbot/chromeos_config.py
index 52cca51..71ca243 100644
--- a/cbuildbot/chromeos_config.py
+++ b/cbuildbot/chromeos_config.py
@@ -2162,7 +2162,6 @@
       'cave',
       'chell',
       'coral',
-      'cyan',
       'daisy',
       'daisy_skate',
       'daisy_spring',
@@ -2207,6 +2206,7 @@
 
   _paladin_experimental_boards = frozenset([
       'cobblepot',
+      'cyan',
       'gale',
       'gonzo',
       'lasilla-ground',
diff --git a/cbuildbot/config_dump.json b/cbuildbot/config_dump.json
index 86ab2f2..3fc9a69 100644
--- a/cbuildbot/config_dump.json
+++ b/cbuildbot/config_dump.json
@@ -6283,6 +6283,7 @@
         "hw_tests_override": [
             "{\n    \"async\": false,\n    \"blocking\": false,\n    \"critical\": false,\n    \"file_bugs\": false,\n    \"max_retries\": 5,\n    \"minimum_duts\": 0,\n    \"num\": 3,\n    \"offload_failures_only\": false,\n    \"pool\": \"suites\",\n    \"priority\": \"DEFAULT\",\n    \"retry\": true,\n    \"suite\": \"arc-bvt-cq\",\n    \"suite_min_duts\": 0,\n    \"timeout\": 10800,\n    \"warn_only\": false\n}"
         ],
+        "important": false,
         "internal": true,
         "manifest": "official.xml",
         "manifest_repo_url": "https://chrome-internal-review.googlesource.com/chromeos/manifest-internal",