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/.
|
|
|
|
---
|
2020-09-29 19:03:49 +03:00
|
|
|
job-defaults:
|
|
|
|
test-manifest-loader: null # don't load tests in the taskgraph
|
|
|
|
|
2018-04-25 18:10:26 +03:00
|
|
|
geckoview-junit:
|
|
|
|
description: "Geckoview junit run"
|
|
|
|
suite: geckoview-junit
|
2020-11-23 20:16:07 +03:00
|
|
|
variants: ["geckoview-e10s-single", "geckoview-fission"]
|
2018-04-25 18:10:26 +03:00
|
|
|
treeherder-symbol: gv-junit
|
|
|
|
loopback-video: true
|
|
|
|
e10s: true
|
|
|
|
target: geckoview-androidTest.apk
|
2018-05-01 02:58:27 +03:00
|
|
|
max-run-time: 3600
|
2021-03-12 19:35:37 +03:00
|
|
|
run-on-projects:
|
|
|
|
by-variant:
|
|
|
|
geckoview-fission: ['trunk']
|
|
|
|
default: built-projects
|
2019-07-09 03:13:28 +03:00
|
|
|
tier: default
|
2018-04-25 18:10:26 +03:00
|
|
|
mozharness:
|
|
|
|
script: android_emulator_unittest.py
|
|
|
|
config:
|
|
|
|
by-test-platform:
|
2019-02-05 19:05:33 +03:00
|
|
|
android-em-7.*:
|
2018-05-14 17:12:46 +03:00
|
|
|
- android/android_common.py
|
|
|
|
- android/androidx86_7_0.py
|
2018-04-25 18:10:26 +03:00
|
|
|
extra-options:
|
|
|
|
- --test-suite=geckoview-junit
|
|
|
|
|
2017-10-17 23:25:41 +03:00
|
|
|
telemetry-tests-client:
|
|
|
|
description: "Telemetry tests client run"
|
|
|
|
suite: telemetry-tests-client
|
2018-09-04 18:01:55 +03:00
|
|
|
treeherder-symbol: tt(c)
|
2021-05-27 23:14:02 +03:00
|
|
|
variants: [fission]
|
|
|
|
run-on-projects:
|
|
|
|
by-variant:
|
|
|
|
fission:
|
|
|
|
by-test-platform:
|
2021-06-09 03:46:04 +03:00
|
|
|
linux.*-64-qr/debug: [trunk]
|
|
|
|
linux.*-64(?:-shippable|-asan)?-qr/opt: [trunk]
|
|
|
|
windows.*-64-qr/debug: [trunk]
|
|
|
|
windows.*-64(?:-shippable)?-qr/opt: [trunk]
|
2021-05-27 23:14:02 +03:00
|
|
|
default: []
|
|
|
|
default: built-projects
|
2019-06-27 01:45:11 +03:00
|
|
|
max-run-time: 1200
|
2019-04-17 14:40:16 +03:00
|
|
|
tier: default
|
2021-03-26 18:18:18 +03:00
|
|
|
python-3: true
|
2017-10-17 23:25:41 +03:00
|
|
|
mozharness:
|
|
|
|
script: telemetry/telemetry_client.py
|
|
|
|
config:
|
|
|
|
by-test-platform:
|
|
|
|
linux.*:
|
|
|
|
- remove_executables.py
|
|
|
|
windows.*: []
|
2019-05-09 16:39:39 +03:00
|
|
|
macosx.*: []
|
2017-10-17 23:25:41 +03:00
|
|
|
|
|
|
|
test-verify:
|
|
|
|
description: "Extra verification of tests modified on this push"
|
2017-12-20 03:39:21 +03:00
|
|
|
suite: test-verify
|
2018-01-12 23:49:58 +03:00
|
|
|
treeherder-symbol: TV
|
2017-10-17 23:25:41 +03:00
|
|
|
loopback-video: true
|
2018-02-28 21:49:07 +03:00
|
|
|
max-run-time: 10800
|
2017-10-17 23:25:41 +03:00
|
|
|
allow-software-gl-layers: false
|
2021-03-09 17:47:39 +03:00
|
|
|
variants: ["fission"]
|
2017-10-17 23:25:41 +03:00
|
|
|
run-on-projects:
|
2021-03-12 19:35:37 +03:00
|
|
|
by-variant:
|
|
|
|
fission:
|
|
|
|
by-test-platform:
|
|
|
|
# do not run on ccov or asan or shippable
|
|
|
|
.*(-ccov|-asan|-shippable).*: []
|
|
|
|
# we prefer -qr platforms with fission, no need to run on both
|
|
|
|
(?!.*(-ccov|-asan|-shippable))(?!.*-qr).*: []
|
|
|
|
# do not run on mozilla-central, beta or release: usually just confirms earlier results
|
|
|
|
default: ['integration']
|
|
|
|
default:
|
|
|
|
by-test-platform:
|
|
|
|
# do not run on ccov or asan or shippable
|
|
|
|
.*(-ccov|-asan|-shippable).*: []
|
|
|
|
# linux / windows -qr skipped because they were previously skipped via test-platforms.yml
|
|
|
|
.*(linux|windows)(?!.*(-ccov|-asan|-shippable)).*-qr.*: []
|
|
|
|
# do not run on mozilla-central, beta or release: usually just confirms earlier results
|
|
|
|
default: ['integration']
|
2020-06-16 21:39:53 +03:00
|
|
|
built-projects-only: true
|
2019-08-21 18:57:45 +03:00
|
|
|
target:
|
|
|
|
by-test-platform:
|
|
|
|
android-em-7.*: geckoview-androidTest.apk
|
|
|
|
default: null
|
2020-09-02 23:19:33 +03:00
|
|
|
optimization:
|
|
|
|
test-verify: ["test-verify"]
|
2018-06-01 17:18:27 +03:00
|
|
|
tier: 2
|
2017-10-17 23:25:41 +03:00
|
|
|
mozharness:
|
2017-10-19 21:35:04 +03:00
|
|
|
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-02-05 19:05:33 +03:00
|
|
|
android-em-7.*:
|
2018-06-07 17:26:48 +03:00
|
|
|
- android/android_common.py
|
|
|
|
- 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
|
|
|
extra-options:
|
|
|
|
- --verify
|
2019-09-28 01:31:34 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
by-test-platform:
|
|
|
|
linux.*:
|
|
|
|
- linux64-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- linux64-minidump-stackwalk
|
2020-04-15 01:57:49 +03:00
|
|
|
- linux64-fix-stacks
|
2019-09-28 01:31:34 +03:00
|
|
|
macosx.*:
|
|
|
|
- macosx64-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- macosx64-minidump-stackwalk
|
2020-04-15 01:57:49 +03:00
|
|
|
- macosx64-fix-stacks
|
|
|
|
win.*aarch64.*:
|
|
|
|
- win32-node
|
|
|
|
- win32-minidump-stackwalk
|
|
|
|
win.*-64.*:
|
2019-09-28 01:31:34 +03:00
|
|
|
- win64-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- win32-minidump-stackwalk
|
2020-04-15 01:57:49 +03:00
|
|
|
- win32-fix-stacks
|
2019-09-28 01:31:34 +03:00
|
|
|
win.*32.*:
|
|
|
|
- win32-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- win32-minidump-stackwalk
|
2020-04-15 01:57:49 +03:00
|
|
|
- win32-fix-stacks
|
2020-01-22 23:02:25 +03:00
|
|
|
android-em-7.*:
|
2020-05-06 17:28:37 +03:00
|
|
|
- android-sdk-linux
|
2020-01-22 23:02:25 +03:00
|
|
|
- linux64-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- linux64-minidump-stackwalk
|
2020-05-06 17:28:37 +03:00
|
|
|
- linux64-fix-stacks
|
2018-04-19 20:19:31 +03:00
|
|
|
|
2018-04-24 17:20:19 +03:00
|
|
|
test-verify-gpu:
|
|
|
|
description: "Extra verification of tests modified on this push on gpu instances"
|
2019-04-22 23:44:01 +03:00
|
|
|
suite:
|
|
|
|
category: test-verify
|
|
|
|
name: test-verify-gpu
|
2018-04-24 17:20:19 +03:00
|
|
|
treeherder-symbol: TVg
|
|
|
|
loopback-video: true
|
|
|
|
virtualization: virtual-with-gpu
|
|
|
|
max-run-time: 10800
|
|
|
|
allow-software-gl-layers: false
|
|
|
|
run-on-projects:
|
2021-03-12 19:35:37 +03:00
|
|
|
by-variant:
|
|
|
|
fission: ['trunk']
|
|
|
|
default:
|
|
|
|
by-test-platform:
|
|
|
|
# do not run on ccov or asan
|
|
|
|
.*-ccov.*/.*: []
|
|
|
|
.*-asan/.*: []
|
|
|
|
.*shippable.*: []
|
|
|
|
# do not run on mozilla-central, beta or release: usually just confirms earlier results
|
|
|
|
default: ['integration']
|
2020-06-16 21:39:53 +03:00
|
|
|
built-projects-only: true
|
2020-09-02 23:19:33 +03:00
|
|
|
optimization:
|
|
|
|
test-verify: ["test-verify-gpu"]
|
2018-06-01 17:18:27 +03:00
|
|
|
tier: 2
|
2018-04-24 17:20:19 +03:00
|
|
|
mozharness:
|
|
|
|
script:
|
|
|
|
by-test-platform:
|
2018-06-23 02:39:31 +03:00
|
|
|
android-em.*: android_emulator_unittest.py
|
2018-04-24 17:20:19 +03:00
|
|
|
default: desktop_unittest.py
|
|
|
|
config:
|
|
|
|
by-test-platform:
|
2019-02-05 19:05:33 +03:00
|
|
|
android-em-7.*:
|
2018-06-07 17:26:48 +03:00
|
|
|
- android/android_common.py
|
|
|
|
- android/androidx86_7_0.py
|
2018-04-24 17:20:19 +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
|
2018-04-24 17:20:19 +03:00
|
|
|
extra-options:
|
|
|
|
- --verify
|
|
|
|
- --gpu-required
|
|
|
|
|
2018-04-19 20:19:31 +03:00
|
|
|
test-coverage:
|
|
|
|
description: "Per-test coverage"
|
|
|
|
suite: test-coverage
|
|
|
|
treeherder-symbol: TC
|
|
|
|
loopback-video: true
|
|
|
|
instance-size: default
|
|
|
|
max-run-time: 10800
|
|
|
|
allow-software-gl-layers: false
|
|
|
|
run-on-projects:
|
2021-03-12 19:35:37 +03:00
|
|
|
by-variant:
|
|
|
|
fission: ['trunk']
|
|
|
|
default:
|
|
|
|
by-test-platform:
|
|
|
|
.*-ccov.*/.*: built-projects
|
|
|
|
default: []
|
2018-06-01 17:18:27 +03:00
|
|
|
tier: 2
|
2018-04-19 20:19:31 +03:00
|
|
|
mozharness:
|
|
|
|
script:
|
|
|
|
by-test-platform:
|
2018-06-23 02:39:31 +03:00
|
|
|
android-em.*: android_emulator_unittest.py
|
2018-04-19 20:19:31 +03:00
|
|
|
default: desktop_unittest.py
|
|
|
|
config:
|
|
|
|
by-test-platform:
|
2019-02-05 19:05:33 +03:00
|
|
|
android-em-7.*:
|
2018-06-27 01:17:50 +03:00
|
|
|
- android/android_common.py
|
|
|
|
- android/androidx86_7_0.py
|
2018-04-19 20:19:31 +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
|
2018-04-19 20:19:31 +03:00
|
|
|
extra-options:
|
|
|
|
- --per-test-coverage
|
2019-09-13 18:13:39 +03:00
|
|
|
fetches:
|
|
|
|
toolchain:
|
|
|
|
by-test-platform:
|
|
|
|
linux.*:
|
|
|
|
- linux64-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- linux64-minidump-stackwalk
|
2020-04-15 01:57:49 +03:00
|
|
|
- linux64-fix-stacks
|
2019-09-13 18:13:39 +03:00
|
|
|
macosx.*:
|
|
|
|
- macosx64-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- macosx64-minidump-stackwalk
|
2020-04-15 01:57:49 +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-13 18:13:39 +03:00
|
|
|
- win64-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- win32-minidump-stackwalk
|
2020-04-15 01:57:49 +03:00
|
|
|
- win32-fix-stacks
|
2019-09-13 18:13:39 +03:00
|
|
|
win.*32.*:
|
|
|
|
- win32-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- win32-minidump-stackwalk
|
2020-04-15 01:57:49 +03:00
|
|
|
- win32-fix-stacks
|
2020-01-22 23:02:25 +03:00
|
|
|
android-em-7.*:
|
2020-05-06 17:28:37 +03:00
|
|
|
- android-sdk-linux
|
2020-01-22 23:02:25 +03:00
|
|
|
- linux64-node
|
2020-02-06 11:39:54 +03:00
|
|
|
- linux64-minidump-stackwalk
|
2020-05-06 17:28:37 +03:00
|
|
|
- linux64-fix-stacks
|
2018-06-08 23:21:14 +03:00
|
|
|
|
|
|
|
test-coverage-gpu:
|
|
|
|
description: "Per-test coverage for tests that require gpu instances"
|
|
|
|
suite: test-coverage
|
|
|
|
treeherder-symbol: TCg
|
|
|
|
loopback-video: true
|
|
|
|
virtualization: virtual-with-gpu
|
|
|
|
instance-size: default
|
|
|
|
max-run-time: 10800
|
|
|
|
allow-software-gl-layers: false
|
|
|
|
run-on-projects:
|
2021-03-12 19:35:37 +03:00
|
|
|
by-variant:
|
|
|
|
fission: ['trunk']
|
|
|
|
default:
|
|
|
|
by-test-platform:
|
|
|
|
# only run on mozilla-central and try.
|
|
|
|
.*-ccov.*/.*: ['mozilla-central']
|
|
|
|
default: []
|
2018-06-08 23:21:14 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-64-asan.*: 3
|
|
|
|
default: 2
|
|
|
|
mozharness:
|
|
|
|
script:
|
|
|
|
by-test-platform:
|
2018-06-23 02:39:31 +03:00
|
|
|
android-em.*: android_emulator_unittest.py
|
2018-06-08 23:21:14 +03:00
|
|
|
default: desktop_unittest.py
|
|
|
|
config:
|
|
|
|
by-test-platform:
|
2019-02-05 19:05:33 +03:00
|
|
|
android-em-7.*:
|
2018-06-27 01:17:50 +03:00
|
|
|
- android/android_common.py
|
|
|
|
- android/androidx86_7_0.py
|
2018-06-08 23:21:14 +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
|
2018-06-08 23:21:14 +03:00
|
|
|
extra-options:
|
|
|
|
- --per-test-coverage
|
|
|
|
- --gpu-required
|