Bug 1317330 - Increase Mn verbosity for all mozharness initiated runs; r?whimboo draft
authorAndreas Tolfsen <ato@mozilla.com>
Mon, 14 Nov 2016 16:10:58 +0000
changeset 438451 840e6423bfd57d9727fd0004a83fe0f734aa7c02
parent 438429 458c900dd4ef310d5bffae1f2bb97da50839cc66
child 536922 d2cbc77cd50a9fe0a3f2f206cf327163b3d3febb
push id35729
push userbmo:ato@mozilla.com
push dateMon, 14 Nov 2016 16:13:05 +0000
reviewerswhimboo
bugs1317330, 1311116
milestone53.0a1
Bug 1317330 - Increase Mn verbosity for all mozharness initiated runs; r?whimboo Following bug 1311116 which reduces the Marionette log verbosity for local builds, this increases it on on all try jobs through passing the `-vv` (very verbose, equating to `Log.Level.Trace`) flag to the Marionette test harness. MozReview-Commit-ID: ELGgJph6QZo
testing/mozharness/configs/marionette/prod_config.py
--- a/testing/mozharness/configs/marionette/prod_config.py
+++ b/testing/mozharness/configs/marionette/prod_config.py
@@ -74,16 +74,17 @@ config = {
                 "--emulator=%(emulator)s",
                 "--homedir=%(homedir)s"
             ],
             "run_filename": "",
             "testsdir": ""
         },
         "marionette_desktop": {
             "options": [
+                "-vv",
                 "--log-raw=%(raw_log_file)s",
                 "--log-errorsummary=%(error_summary_file)s",
                 "--binary=%(binary)s",
                 "--address=%(address)s",
                 "--symbols-path=%(symbols_path)s"
             ],
             "run_filename": "",
             "testsdir": ""