author | Joel Maher <jmaher@mozilla.com> |
Fri, 30 Mar 2018 06:06:41 -0400 | |
changeset 410797 | 08c54405586bf56b49b0fd6e39cdd5ff11ca001b |
parent 410796 | 4992808ab5a3a4887162815aad2bc0793fe72b9f |
child 410798 | a7aed8d36c018ea977a37ec31c388db41c00e2d4 |
push id | 33740 |
push user | nbeleuzu@mozilla.com |
push date | Fri, 30 Mar 2018 21:49:44 +0000 |
treeherder | mozilla-central@f4fcdaef6168 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | rwood |
bugs | 1435844 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
taskcluster/ci/test/reftest.yml | file | annotate | diff | comparison | revisions | |
testing/mozharness/configs/unittests/win_taskcluster_unittest.py | file | annotate | diff | comparison | revisions |
--- a/taskcluster/ci/test/reftest.yml +++ b/taskcluster/ci/test/reftest.yml @@ -87,29 +87,28 @@ jsreftest: linux64-qr/.*: 1 windows10-64-asan.*: 3 default: default reftest: description: "Reftest run" suite: reftest/reftest treeherder-symbol: R(R) - worker-type: - by-test-platform: - windows10-64.*: buildbot-bridge/buildbot-bridge - default: null run-on-projects: by-test-platform: .*-qr/.*: ['trunk', 'try'] # exclude beta and project branches default: built-projects instance-size: by-test-platform: android.*: xlarge default: default - virtualization: virtual-with-gpu + virtualization: + by-test-platform: + windows10.*: hardware + default: virtual-with-gpu chunks: by-test-platform: android-4.3-arm7-api-16/debug: 56 android.*: 28 macosx64.*/opt: 1 macosx64.*/debug: 3 windows10-64.*/opt: 1 windows10-64.*/debug: 2
--- a/testing/mozharness/configs/unittests/win_taskcluster_unittest.py +++ b/testing/mozharness/configs/unittests/win_taskcluster_unittest.py @@ -123,16 +123,17 @@ config = { "--appname=%(binary_path)s", "--utility-path=tests/bin", "--extra-profile-file=tests/bin/plugins", "--symbols-path=%(symbols_path)s", "--log-raw=%(raw_log_file)s", "--log-errorsummary=%(error_summary_file)s", "--cleanup-crashes", "--marionette-startup-timeout=180", + "--sandbox-read-whitelist=%(abs_work_dir)s", ], "run_filename": "runreftest.py", "testsdir": "reftest" }, "xpcshell": { "options": [ "--symbols-path=%(symbols_path)s", "--test-plugin-path=%(test_plugin_path)s",