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/.
|
|
|
|
---
|
2018-04-25 18:10:26 +03:00
|
|
|
geckoview-junit:
|
|
|
|
description: "Geckoview junit run"
|
|
|
|
suite: geckoview-junit
|
|
|
|
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
|
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)
|
2019-06-27 01:45:11 +03:00
|
|
|
max-run-time: 1200
|
2019-04-17 14:40:16 +03:00
|
|
|
tier: default
|
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
|
|
|
|
run-on-projects:
|
|
|
|
by-test-platform:
|
2018-10-06 00:06:25 +03:00
|
|
|
# do not run on ccov
|
2018-06-01 13:15:03 +03:00
|
|
|
.*-ccov/.*: []
|
2018-06-06 21:35:43 +03:00
|
|
|
.*-asan/.*: []
|
2019-02-19 16:22:49 +03:00
|
|
|
(?:windows10-64|windows7-32|linux64)(?:-qr)?/opt: ['mozilla-central', 'try']
|
2019-05-14 21:33:12 +03:00
|
|
|
macosx.*64(?:-qr)?/opt: ['mozilla-central', 'try']
|
2018-01-24 23:59:43 +03:00
|
|
|
# do not run on beta or release: usually just confirms earlier results
|
|
|
|
default: ['trunk', 'try']
|
2019-08-21 18:57:45 +03:00
|
|
|
target:
|
|
|
|
by-test-platform:
|
|
|
|
android-em-7.*: geckoview-androidTest.apk
|
|
|
|
default: null
|
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
|
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
|
|
|
|
schedules-component: 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:
|
|
|
|
by-test-platform:
|
2018-10-06 00:06:25 +03:00
|
|
|
# do not run on ccov
|
2018-06-01 13:15:03 +03:00
|
|
|
.*-ccov/.*: []
|
2018-06-06 21:35:43 +03:00
|
|
|
.*-asan/.*: []
|
2019-02-19 16:22:49 +03:00
|
|
|
(?:windows10-64|windows7-32|linux64)(?:-qr)?/opt: ['mozilla-central', 'try']
|
2019-05-14 21:33:12 +03:00
|
|
|
macosx.*64(?:-qr)?/opt: ['mozilla-central', 'try']
|
2018-04-24 17:20:19 +03:00
|
|
|
# do not run on beta or release: usually just confirms earlier results
|
|
|
|
default: ['trunk', 'try']
|
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:
|
|
|
|
by-test-platform:
|
2018-06-01 18:54:25 +03:00
|
|
|
.*-ccov/.*: built-projects
|
2018-04-19 20:19:31 +03:00
|
|
|
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
|
|
|
|
macosx.*:
|
|
|
|
- macosx64-node
|
|
|
|
win.*64.*:
|
|
|
|
- win64-node
|
|
|
|
win.*32.*:
|
|
|
|
- win32-node
|
2019-09-17 22:01:16 +03:00
|
|
|
android-em-7.*: []
|
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:
|
|
|
|
by-test-platform:
|
|
|
|
# only run on mozilla-central and try.
|
|
|
|
.*-ccov/.*: ['mozilla-central', 'try']
|
|
|
|
default: []
|
|
|
|
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
|