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

Unified Diff: infra/bots/common.py

Issue 1817563002: Remove --verbose from DM on Swarming bots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/common.py
diff --git a/infra/bots/common.py b/infra/bots/common.py
index d4f317af4c845870fa897860adfef9ce622f1084..8d91f743bd949fa5ec93d7236e3c51681edee4a9 100644
--- a/infra/bots/common.py
+++ b/infra/bots/common.py
@@ -357,7 +357,6 @@ class BotInfo(object):
args = [
'dm',
'--undefok', # This helps branches that may not know new flags.
- '--verbose',
'--resourcePath', self.device_dirs.resource_dir,
'--skps', self.device_dirs.skp_dir,
'--images', self.flavor.device_path_join(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698