Fix CommandBuffer bot's DM config
authorborenet <borenet@chromium.org>
Wed, 13 Apr 2016 13:00:42 +0000 (06:00 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 13 Apr 2016 13:00:42 +0000 (06:00 -0700)
BUG=skia:4957
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1880403002

Review URL: https://codereview.chromium.org/1880403002

tools/dm_flags.json
tools/dm_flags.py

index aec5a69..62ff360 100644 (file)
   ], 
   "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer": [
     "--config", 
-    "command_buffer", 
+    "commandbuffer", 
     "--src", 
     "tests", 
     "gm", 
     "serialize-8888", 
     "gm", 
     "_", 
-    "colorwheelnative", 
-    "serialize-8888", 
-    "gm", 
-    "_", 
     "drawfilter", 
     "serialize-8888", 
     "gm", 
index e667db1..debc425 100755 (executable)
@@ -90,7 +90,7 @@ def get_args(bot):
 
   # CommandBuffer bot *only* runs the command_buffer config.
   if 'CommandBuffer' in bot:
-    configs = ['command_buffer']
+    configs = ['commandbuffer']
 
   # Vulkan bot *only* runs the vk config.
   if 'Vulkan' in bot: