Bug 1624001 - [marionette] Enable async shutdown log for Marionette and Wdspec tests in CI. r=tomprince

Differential Revision: https://phabricator.services.mozilla.com/D68384

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Henrik Skupin 2020-03-27 05:33:10 +00:00
parent 0948ee96fa
commit 38af9e46ce
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,9 @@ job-defaults:
default:
- marionette/prod_config.py
- remove_executables.py
extra-options:
- --setpref=toolkit.asyncshutdown.log=true
run-on-projects: built-projects
tier: default
fission-tier: 2

View File

@ -119,6 +119,7 @@ web-platform-tests-wdspec:
mozharness:
extra-options:
- --test-type=wdspec
- --setpref=toolkit.asyncshutdown.log=true
run-on-projects:
by-test-platform:
.*-qr/.*: ['release', 'try']
@ -142,11 +143,13 @@ web-platform-tests-wdspec-headless:
by-test-platform:
windows.*:
- --test-type=wdspec
- --setpref=toolkit.asyncshutdown.log=true
- --headless
- --headless-width=1600
- --headless-height=1200
default:
- --test-type=wdspec
- --setpref=toolkit.asyncshutdown.log=true
- --headless
web-platform-tests-crashtests: