2019-05-11 00:19:48 +03:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
---
|
2017-10-19 21:35:04 +03:00
|
|
|
job-defaults:
|
2019-04-22 23:44:01 +03:00
|
|
|
suite: xpcshell
|
2019-04-18 17:40:08 +03:00
|
|
|
variants:
|
2018-11-09 01:08:16 +03:00
|
|
|
by-test-platform:
|
2020-05-26 17:30:16 +03:00
|
|
|
linux1804-64/debug: ['fission', 'socketprocess_networking']
|
2019-05-24 21:41:01 +03:00
|
|
|
default: ['fission']
|
2019-08-21 21:24:08 +03:00
|
|
|
target:
|
|
|
|
by-test-platform:
|
|
|
|
android-em-7.*: geckoview-androidTest.apk
|
|
|
|
default: null
|
2019-12-06 22:55:14 +03:00
|
|
|
fission-tier: 2
|
2017-10-19 21:35:04 +03:00
|
|
|
mozharness:
|
|
|
|
script:
|
|
|
|
by-test-platform:
|
2018-06-23 02:39:31 +03:00
|
|
|
android-em.*: android_emulator_unittest.py
|
2017-10-19 21:35:04 +03:00
|
|
|
default: desktop_unittest.py
|
|
|
|
config:
|
|
|
|
by-test-platform:
|
2019-05-04 01:11:24 +03:00
|
|
|
android-em-7.*:
|
|
|
|
- android/android_common.py
|
2019-11-13 20:46:02 +03:00
|
|
|
- android/androidx86_7_0.py
|
2017-10-19 21:35:04 +03:00
|
|
|
linux.*:
|
|
|
|
- unittests/linux_unittest.py
|
|
|
|
- remove_executables.py
|
|
|
|
macosx.*:
|
|
|
|
- unittests/mac_unittest.py
|
|
|
|
windows.*:
|
2019-04-01 19:07:42 +03:00
|
|
|
- unittests/win_unittest.py
|
2017-10-19 21:35:04 +03:00
|
|
|
requires-signed-builds:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-64-asan/opt: false # No XPCShell on ASAN yet
|
2019-08-07 19:47:46 +03:00
|
|
|
windows7-32-mingwclang/opt: false
|
|
|
|
windows7-32-mingwclang/debug: false
|
|
|
|
windows10-64-mingwclang/opt: false
|
|
|
|
windows10-64-mingwclang/debug: false
|
2017-10-19 21:35:04 +03:00
|
|
|
windows.*: true
|
|
|
|
default: false
|
|
|
|
|
2017-10-17 23:25:41 +03:00
|
|
|
xpcshell:
|
|
|
|
description: "xpcshell test run"
|
2018-01-12 23:49:58 +03:00
|
|
|
treeherder-symbol: X(X)
|
2017-10-17 23:25:41 +03:00
|
|
|
run-on-projects:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-64-asan/opt: [] # No XPCShell on ASAN yet
|
|
|
|
default: built-projects
|
|
|
|
chunks:
|
|
|
|
by-test-platform:
|
2019-11-14 19:20:24 +03:00
|
|
|
.*-ccov/.*: 6
|
2020-01-25 01:10:17 +03:00
|
|
|
android-em-7.*: 4
|
2019-06-11 21:36:19 +03:00
|
|
|
macosx.*(?!-ccov)...../.*: 2
|
2020-01-08 02:55:56 +03:00
|
|
|
linux1804-64(-qr)?/debug: 6
|
2020-02-12 22:03:36 +03:00
|
|
|
.*-tsan/opt: 8
|
2019-05-09 23:59:52 +03:00
|
|
|
windows(7-32|10-64)(-shippable|-devedition|-asan|.*-qr)?/.*: 2
|
|
|
|
default: 5
|
2018-06-01 22:11:21 +03:00
|
|
|
max-run-time:
|
|
|
|
by-test-platform:
|
2019-11-28 23:58:08 +03:00
|
|
|
macosx.*(?!-ccov)...../.*: 5400
|
|
|
|
windows(7-32|10-64)(-shippable)?/opt: 5400
|
2020-03-22 11:58:17 +03:00
|
|
|
.*-ccov/.*: 7200
|
2020-02-22 03:20:49 +03:00
|
|
|
.*-tsan/opt: 7200
|
2020-05-11 19:58:44 +03:00
|
|
|
android-em-7.*: 5400
|
2019-08-19 13:54:31 +03:00
|
|
|
default: 2700
|
2017-10-17 23:25:41 +03:00
|
|
|
allow-software-gl-layers: false
|
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-64-asan.*: 3
|
|
|
|
default: default
|
2019-09-06 00:27:37 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
by-test-platform:
|
|
|
|
linux.*:
|
|
|
|
- linux64-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- linux64-minidump-stackwalk
|
2020-02-20 23:57:32 +03:00
|
|
|
- linux64-fix-stacks
|
2019-09-06 00:27:37 +03:00
|
|
|
macosx.*:
|
|
|
|
- macosx64-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- macosx64-minidump-stackwalk
|
2020-02-20 23:57:32 +03:00
|
|
|
- macosx64-fix-stacks
|
2019-10-01 02:28:46 +03:00
|
|
|
win.*aarch64.*:
|
|
|
|
- win32-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- win32-minidump-stackwalk
|
2019-10-01 02:28:46 +03:00
|
|
|
win.*-64.*:
|
2019-09-06 00:27:37 +03:00
|
|
|
- win64-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- win32-minidump-stackwalk
|
2020-03-05 03:23:27 +03:00
|
|
|
- win32-fix-stacks
|
2019-09-06 00:27:37 +03:00
|
|
|
win.*32.*:
|
|
|
|
- win32-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- win32-minidump-stackwalk
|
2020-03-05 03:23:27 +03:00
|
|
|
- win32-fix-stacks
|
2020-01-20 21:06:37 +03:00
|
|
|
android-em-7.*:
|
2020-05-21 16:28:10 +03:00
|
|
|
- android-emulator-linux
|
2020-01-20 21:06:37 +03:00
|
|
|
- linux64-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- linux64-minidump-stackwalk
|