Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(711)

Unified Diff: tools/dm_flags.py

Issue 1880403002: Fix CommandBuffer bot's DM config (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Expectations Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index e667db1ec5bf12948b1bef7a85220bdf053b71ca..debc4259776cffccc4202f2a96f171fa009e7e8d 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -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:
« no previous file with comments | « tools/dm_flags.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698