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:
parent
ed2edabd07
commit
903ec3ce4d
@ -2108,7 +2108,7 @@
|
|||||||
],
|
],
|
||||||
"Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer": [
|
"Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer": [
|
||||||
"--config",
|
"--config",
|
||||||
"command_buffer",
|
"commandbuffer",
|
||||||
"--src",
|
"--src",
|
||||||
"tests",
|
"tests",
|
||||||
"gm",
|
"gm",
|
||||||
@ -3423,10 +3423,6 @@
|
|||||||
"serialize-8888",
|
"serialize-8888",
|
||||||
"gm",
|
"gm",
|
||||||
"_",
|
"_",
|
||||||
"colorwheelnative",
|
|
||||||
"serialize-8888",
|
|
||||||
"gm",
|
|
||||||
"_",
|
|
||||||
"drawfilter",
|
"drawfilter",
|
||||||
"serialize-8888",
|
"serialize-8888",
|
||||||
"gm",
|
"gm",
|
||||||
|
@ -90,7 +90,7 @@ def get_args(bot):
|
|||||||
|
|
||||||
# CommandBuffer bot *only* runs the command_buffer config.
|
# CommandBuffer bot *only* runs the command_buffer config.
|
||||||
if 'CommandBuffer' in bot:
|
if 'CommandBuffer' in bot:
|
||||||
configs = ['command_buffer']
|
configs = ['commandbuffer']
|
||||||
|
|
||||||
# Vulkan bot *only* runs the vk config.
|
# Vulkan bot *only* runs the vk config.
|
||||||
if 'Vulkan' in bot:
|
if 'Vulkan' in bot:
|
||||||
|
Loading…
Reference in New Issue
Block a user