Fix CommandBuffer bot's DM config

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
This commit is contained in:
borenet 2016-04-13 06:00:42 -07:00 committed by Commit bot
parent ed2edabd07
commit 903ec3ce4d
2 changed files with 2 additions and 6 deletions

View File

@ -2108,7 +2108,7 @@
],
"Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer": [
"--config",
"command_buffer",
"commandbuffer",
"--src",
"tests",
"gm",
@ -3423,10 +3423,6 @@
"serialize-8888",
"gm",
"_",
"colorwheelnative",
"serialize-8888",
"gm",
"_",
"drawfilter",
"serialize-8888",
"gm",

View File

@ -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: