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:
|
|
|
|
category: mochitest
|
2018-05-14 17:12:46 +03:00
|
|
|
target:
|
|
|
|
by-test-platform:
|
2019-01-05 02:46:01 +03:00
|
|
|
android-em-7.*: geckoview-androidTest.apk
|
2019-08-08 16:54:07 +03:00
|
|
|
android-hw.*: geckoview-androidTest.apk
|
2018-05-14 17:12:46 +03:00
|
|
|
default: null
|
2019-04-18 17:40:08 +03:00
|
|
|
variants:
|
2018-10-05 22:12:27 +03:00
|
|
|
by-test-platform:
|
2019-05-24 21:41:01 +03:00
|
|
|
linux64/debug: ['fission', 'serviceworker']
|
|
|
|
default: ['fission']
|
2019-03-19 02:53:38 +03:00
|
|
|
run-on-projects:
|
|
|
|
by-test-platform:
|
2019-04-04 13:37:28 +03:00
|
|
|
windows10-aarch64/opt: ['try', 'mozilla-central']
|
2019-03-19 02:53:38 +03:00
|
|
|
default: built-projects
|
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
|
2018-06-23 02:39:32 +03:00
|
|
|
android-hw.*: android_hardware_unittest.py
|
2017-10-19 21:35:04 +03:00
|
|
|
default: desktop_unittest.py
|
|
|
|
config:
|
|
|
|
by-test-platform:
|
2019-01-05 02:46:01 +03:00
|
|
|
android-em-7.*:
|
2018-05-14 17:12:46 +03:00
|
|
|
- android/android_common.py
|
|
|
|
- android/androidx86_7_0.py
|
2018-06-23 02:39:32 +03:00
|
|
|
android-hw.*:
|
2018-07-03 16:33:47 +03:00
|
|
|
- android/android_common.py
|
2018-06-23 02:39:32 +03:00
|
|
|
- android/android_hw.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
|
|
|
|
2017-10-17 23:25:41 +03:00
|
|
|
mochitest:
|
|
|
|
description: "Mochitest plain run"
|
2019-04-22 23:44:01 +03:00
|
|
|
suite:
|
2019-04-23 01:32:34 +03:00
|
|
|
name: mochitest-plain-chunked
|
2018-01-12 23:49:58 +03:00
|
|
|
treeherder-symbol: M()
|
2017-10-17 23:25:41 +03:00
|
|
|
loopback-video: true
|
2019-02-27 17:58:32 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
2019-04-11 01:48:40 +03:00
|
|
|
windows10-aarch64.*: 2
|
2019-02-27 17:58:32 +03:00
|
|
|
default: default
|
2017-10-17 23:25:41 +03:00
|
|
|
chunks:
|
|
|
|
by-test-platform:
|
2019-10-15 18:07:09 +03:00
|
|
|
android-em-7.*: 4
|
2017-10-27 21:06:38 +03:00
|
|
|
linux.*/debug: 16
|
|
|
|
linux64-asan/opt: 10
|
2017-10-28 04:13:42 +03:00
|
|
|
linux64-.*cov/opt: 10
|
2017-11-20 13:02:13 +03:00
|
|
|
windows10-64-ccov/debug: 10
|
2019-05-14 21:33:12 +03:00
|
|
|
macosx.*64-ccov/debug: 10
|
2017-10-27 21:06:38 +03:00
|
|
|
default: 5
|
2019-05-21 19:04:06 +03:00
|
|
|
e10s: true
|
2019-09-26 20:03:18 +03:00
|
|
|
max-run-time: 5400
|
2017-10-17 23:25:41 +03:00
|
|
|
allow-software-gl-layers: false
|
|
|
|
mozharness:
|
2017-10-19 21:35:04 +03:00
|
|
|
mochitest-flavor: plain
|
|
|
|
extra-options:
|
|
|
|
by-test-platform:
|
2018-06-23 02:39:31 +03:00
|
|
|
android-em.*:
|
2019-04-23 01:32:34 +03:00
|
|
|
- --test-suite=mochitest-plain
|
2017-10-19 21:35:04 +03:00
|
|
|
default: []
|
|
|
|
chunked:
|
|
|
|
by-test-platform:
|
2018-06-23 02:39:31 +03:00
|
|
|
android-em.*: false
|
2017-10-19 21:35:04 +03:00
|
|
|
default: true
|
2017-10-17 23:25:41 +03:00
|
|
|
|
|
|
|
mochitest-a11y:
|
|
|
|
description: "Mochitest a11y run"
|
2018-01-12 23:49:58 +03:00
|
|
|
treeherder-symbol: M(a11y)
|
2017-10-17 23:25:41 +03:00
|
|
|
loopback-video: true
|
2019-04-11 01:48:40 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64.*: 2
|
|
|
|
default: default
|
2019-04-22 21:52:24 +03:00
|
|
|
e10s: false
|
2018-05-09 22:24:38 +03:00
|
|
|
run-on-projects: built-projects
|
2017-10-17 23:25:41 +03:00
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: a11y
|
|
|
|
|
|
|
|
mochitest-browser-chrome:
|
|
|
|
description: "Mochitest browser-chrome run"
|
2019-04-22 23:44:01 +03:00
|
|
|
suite:
|
2019-04-23 01:32:34 +03:00
|
|
|
name: mochitest-browser-chrome-chunked
|
2018-01-12 23:49:58 +03:00
|
|
|
treeherder-symbol: M(bc)
|
2017-10-17 23:25:41 +03:00
|
|
|
loopback-video: true
|
2019-04-11 01:48:40 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64.*: 2
|
|
|
|
default: default
|
2017-10-17 23:25:41 +03:00
|
|
|
chunks:
|
|
|
|
by-test-platform:
|
2017-10-27 21:06:38 +03:00
|
|
|
linux.*/debug: 16
|
2017-10-17 23:25:41 +03:00
|
|
|
linux64-asan/opt: 16
|
2019-05-14 21:33:12 +03:00
|
|
|
macosx.*64/debug: 12
|
2019-08-23 20:37:27 +03:00
|
|
|
windows10-64-ccov/debug: 14
|
2019-10-15 18:26:26 +03:00
|
|
|
windows10.*-asan/opt: 9
|
2017-10-17 23:25:41 +03:00
|
|
|
default: 7
|
|
|
|
max-run-time:
|
|
|
|
by-test-platform:
|
2019-09-23 17:27:31 +03:00
|
|
|
linux64-ccov/debug: 9000
|
2019-08-22 04:58:38 +03:00
|
|
|
windows7-32/debug: 5400
|
|
|
|
windows10-64/debug: 5400
|
2019-09-19 21:36:38 +03:00
|
|
|
windows10-64-ccov/debug: 10800
|
2019-02-14 00:10:16 +03:00
|
|
|
windows10-aarch64/*: 7200
|
2019-05-14 21:33:12 +03:00
|
|
|
macosx.*64-ccov/debug: 10800
|
2017-10-27 21:06:38 +03:00
|
|
|
linux.*/debug: 5400
|
2019-08-09 02:39:37 +03:00
|
|
|
windows10-64-qr/debug: 5400
|
2017-10-17 23:25:41 +03:00
|
|
|
default: 3600
|
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: browser
|
|
|
|
chunked: true
|
|
|
|
# Bug 1281241: migrating to m3.large instances
|
2018-10-06 00:06:25 +03:00
|
|
|
instance-size: default
|
2017-10-17 23:25:41 +03:00
|
|
|
allow-software-gl-layers: false
|
|
|
|
|
2017-10-26 05:39:51 +03:00
|
|
|
browser-screenshots:
|
|
|
|
description: "Browser Screenshots"
|
2019-04-22 23:44:01 +03:00
|
|
|
suite:
|
2019-04-23 01:32:34 +03:00
|
|
|
name: mochitest-browser-chrome-screenshots
|
2018-01-12 23:49:58 +03:00
|
|
|
treeherder-symbol: M(ss)
|
2017-10-17 23:25:41 +03:00
|
|
|
loopback-video: true
|
|
|
|
run-on-projects:
|
|
|
|
by-test-platform:
|
2019-03-27 16:44:52 +03:00
|
|
|
windows7-32(?:-pgo|-shippable)(?:-qr)?/opt: ['mozilla-central', 'integration']
|
|
|
|
windows10-64(?:-pgo|-shippable)(?:-qr)?/opt: ['mozilla-central', 'integration']
|
2019-02-19 16:22:49 +03:00
|
|
|
(?:windows10-64|windows7-32|linux64)(?:-qr)?/opt: ['mozilla-central']
|
2019-03-27 16:44:52 +03:00
|
|
|
linux64-(?:pgo|shippable)(?:-qr)?/opt: ['mozilla-central', 'integration']
|
2019-05-14 21:33:12 +03:00
|
|
|
macosx.*64-shippable/opt: ['mozilla-central', 'integration']
|
2017-10-17 23:25:41 +03:00
|
|
|
default: []
|
|
|
|
max-run-time: 3600
|
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: browser
|
|
|
|
allow-software-gl-layers: false
|
|
|
|
|
|
|
|
mochitest-chrome:
|
|
|
|
description: "Mochitest chrome run"
|
2018-01-12 23:49:58 +03:00
|
|
|
treeherder-symbol: M(c)
|
2017-10-17 23:25:41 +03:00
|
|
|
loopback-video: true
|
2019-04-11 01:48:40 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64.*: 2
|
2017-10-17 23:25:41 +03:00
|
|
|
default: default
|
|
|
|
chunks:
|
|
|
|
by-test-platform:
|
2019-05-29 06:40:29 +03:00
|
|
|
.*-ccov/.*: 3
|
|
|
|
.*-qr/.*: 3
|
|
|
|
.*-asan/opt: 3
|
|
|
|
(linux64|windows.*-..|macosx10..)/debug: 3
|
|
|
|
windows10-aarch64/.*: 3
|
|
|
|
default: 2
|
2019-09-26 20:03:18 +03:00
|
|
|
max-run-time: 3600
|
2019-04-22 21:52:24 +03:00
|
|
|
e10s: false
|
2017-10-17 23:25:41 +03:00
|
|
|
mozharness:
|
2017-10-19 21:35:04 +03:00
|
|
|
mochitest-flavor: chrome
|
2019-09-26 20:03:18 +03:00
|
|
|
chunked: true
|
2017-10-17 23:25:41 +03:00
|
|
|
|
|
|
|
mochitest-devtools-chrome:
|
|
|
|
description: "Mochitest devtools-chrome run"
|
2019-04-22 23:44:01 +03:00
|
|
|
suite:
|
|
|
|
name: mochitest-devtools-chrome-chunked
|
2018-01-12 23:49:58 +03:00
|
|
|
treeherder-symbol: M(dt)
|
2017-10-17 23:25:41 +03:00
|
|
|
loopback-video: true
|
2019-04-11 01:48:40 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64.*: 2
|
|
|
|
default: default
|
2018-03-15 00:49:48 +03:00
|
|
|
max-run-time:
|
|
|
|
by-test-platform:
|
2019-10-15 17:38:49 +03:00
|
|
|
windows10-64-ccov/debug: 9000
|
2019-05-14 21:33:12 +03:00
|
|
|
macosx.*64-ccov/debug: 9000
|
2019-03-13 16:36:25 +03:00
|
|
|
linux64-ccov/debug: 7200
|
2018-03-15 00:49:48 +03:00
|
|
|
default: 5400
|
2018-01-29 13:51:17 +03:00
|
|
|
chunks:
|
|
|
|
by-test-platform:
|
2019-05-09 19:29:10 +03:00
|
|
|
.*-ccov/debug: 16
|
|
|
|
linux64/debug: 12
|
2019-05-14 21:33:12 +03:00
|
|
|
macosx.*64/debug: 8
|
2019-05-09 19:29:10 +03:00
|
|
|
.*-asan/opt: 8
|
|
|
|
default: 5
|
2017-10-17 23:25:41 +03:00
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: chrome
|
|
|
|
chunked: true
|
|
|
|
instance-size:
|
|
|
|
by-test-platform:
|
2017-11-11 08:36:41 +03:00
|
|
|
linux64-asan/opt: xlarge # runs out of memory on default/m3.large
|
2017-10-17 23:25:41 +03:00
|
|
|
default: default
|
|
|
|
# Bug 1296086: high number of intermittents observed with software GL and large instances
|
|
|
|
allow-software-gl-layers: false
|
|
|
|
|
2019-01-29 20:07:42 +03:00
|
|
|
mochitest-devtools-webreplay:
|
|
|
|
description: "Mochitest devtools-webreplay run"
|
|
|
|
treeherder-symbol: M(dt-wr)
|
|
|
|
loopback-video: true
|
|
|
|
tier: 2
|
2019-10-10 17:47:58 +03:00
|
|
|
max-run-time: 1800
|
2019-01-29 20:07:42 +03:00
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: chrome
|
2019-05-16 18:02:51 +03:00
|
|
|
extra-options:
|
|
|
|
- --mochitest-suite=mochitest-devtools-chrome-webreplay
|
2019-01-29 20:07:42 +03:00
|
|
|
allow-software-gl-layers: false
|
|
|
|
run-on-projects:
|
|
|
|
by-test-platform:
|
2019-05-14 21:33:12 +03:00
|
|
|
macosx.*64/opt: ['mozilla-central', 'try']
|
|
|
|
macosx.*64.*/opt: ['trunk', 'try']
|
2019-01-29 20:07:42 +03:00
|
|
|
default: []
|
|
|
|
|
2017-10-17 23:25:41 +03:00
|
|
|
mochitest-gpu:
|
|
|
|
description: "Mochitest GPU run"
|
2019-04-22 23:44:01 +03:00
|
|
|
suite:
|
2019-04-23 01:32:34 +03:00
|
|
|
name: mochitest-plain-gpu
|
2018-01-12 23:49:58 +03:00
|
|
|
treeherder-symbol: M(gpu)
|
2017-10-17 23:25:41 +03:00
|
|
|
loopback-video: true
|
2019-04-11 01:48:40 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64.*: 2
|
2018-01-03 19:29:32 +03:00
|
|
|
default: default
|
2017-10-17 23:25:41 +03:00
|
|
|
virtualization: virtual-with-gpu
|
2019-05-21 19:04:06 +03:00
|
|
|
e10s: true
|
2017-10-17 23:25:41 +03:00
|
|
|
mozharness:
|
2017-10-19 21:35:04 +03:00
|
|
|
mochitest-flavor: plain
|
|
|
|
extra-options:
|
|
|
|
by-test-platform:
|
2018-06-23 02:39:31 +03:00
|
|
|
android-em.*:
|
2017-10-17 23:25:41 +03:00
|
|
|
# note that Android runs fewer suites than other platforms
|
|
|
|
- --test-suite=mochitest-plain-gpu
|
2017-10-19 21:35:04 +03:00
|
|
|
default:
|
2019-04-23 01:32:34 +03:00
|
|
|
- --mochitest-suite=mochitest-plain-gpu,mochitest-chrome-gpu,mochitest-browser-chrome-gpu
|
2017-10-17 23:25:41 +03:00
|
|
|
|
|
|
|
mochitest-media:
|
|
|
|
description: "Mochitest media run"
|
2018-01-12 23:49:58 +03:00
|
|
|
treeherder-symbol: M(mda)
|
2018-03-15 00:49:48 +03:00
|
|
|
max-run-time:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-64-ccov/debug: 7200
|
2019-05-14 21:33:12 +03:00
|
|
|
macosx.*64-ccov/debug: 7200
|
2018-03-15 00:49:48 +03:00
|
|
|
default: 5400
|
2019-03-19 02:53:38 +03:00
|
|
|
run-on-projects:
|
|
|
|
by-test-platform:
|
|
|
|
android-hw-.*-api-16/opt: ['try']
|
2019-06-10 22:28:37 +03:00
|
|
|
android-hw-.*-api-16/(?:debug|pgo)?: ['try', 'trunk', 'mozilla-beta', 'mozilla-release']
|
2019-04-04 15:50:03 +03:00
|
|
|
windows10-aarch64/opt: ['try', 'mozilla-central']
|
2019-03-19 02:53:38 +03:00
|
|
|
default: built-projects
|
2019-04-18 17:40:08 +03:00
|
|
|
variants:
|
2019-02-26 00:52:13 +03:00
|
|
|
by-test-platform:
|
2019-04-18 17:40:08 +03:00
|
|
|
android.*: []
|
2019-05-24 21:41:01 +03:00
|
|
|
linux64/debug: ['fission', 'serviceworker', 'socketprocess']
|
|
|
|
default: ['fission', 'socketprocess']
|
2017-10-17 23:25:41 +03:00
|
|
|
loopback-video: true
|
2019-09-04 18:58:36 +03:00
|
|
|
instance-size: large
|
2017-10-17 23:25:41 +03:00
|
|
|
chunks:
|
|
|
|
by-test-platform:
|
2019-01-05 02:46:01 +03:00
|
|
|
android-em-7.*: 1
|
2017-10-17 23:25:41 +03:00
|
|
|
windows10-64.*: 1
|
2019-06-20 07:10:29 +03:00
|
|
|
macosx.*64.*/.*: 2
|
2019-05-09 02:37:44 +03:00
|
|
|
windows10-aarch64/.*: 2
|
|
|
|
windows7-32-shippable/.*: 2
|
|
|
|
linux64(-shippable|-devedition|-.*qr)/opt: 2
|
2017-10-17 23:25:41 +03:00
|
|
|
default: 3
|
|
|
|
mozharness:
|
2017-10-19 21:35:04 +03:00
|
|
|
mochitest-flavor: plain
|
|
|
|
chunked:
|
|
|
|
by-test-platform:
|
2018-06-23 02:39:32 +03:00
|
|
|
android.*: false
|
2019-05-14 21:33:12 +03:00
|
|
|
macosx.*64.*: false
|
2017-10-19 21:35:04 +03:00
|
|
|
windows10-64.*: false
|
|
|
|
default: true
|
2017-10-17 23:25:41 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
2019-05-25 00:58:40 +03:00
|
|
|
android-em.*: 2
|
2019-04-11 01:48:40 +03:00
|
|
|
windows10-aarch64.*: 2
|
2019-05-25 00:58:40 +03:00
|
|
|
android-hw.*: 1
|
2017-10-17 23:25:41 +03:00
|
|
|
default: default
|
|
|
|
|
|
|
|
mochitest-plain-headless:
|
|
|
|
description: "Mochitest plain headless run"
|
2019-04-22 23:44:01 +03:00
|
|
|
suite:
|
2019-04-23 01:32:34 +03:00
|
|
|
name: mochitest-plain-chunked
|
2018-01-12 23:49:58 +03:00
|
|
|
treeherder-symbol: M(h)
|
2017-10-17 23:25:41 +03:00
|
|
|
loopback-video: true
|
|
|
|
chunks:
|
|
|
|
by-test-platform:
|
2017-10-27 21:06:38 +03:00
|
|
|
linux.*/debug: 16
|
|
|
|
default: 5
|
2017-10-17 23:25:41 +03:00
|
|
|
e10s: true
|
|
|
|
max-run-time: 5400
|
|
|
|
allow-software-gl-layers: false
|
2019-04-25 12:15:29 +03:00
|
|
|
tier: 2
|
|
|
|
run-on-projects: ['try', 'mozilla-central']
|
2017-10-17 23:25:41 +03:00
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: plain
|
|
|
|
chunked: true
|
|
|
|
extra-options:
|
|
|
|
- --headless
|
|
|
|
|
|
|
|
mochitest-valgrind:
|
|
|
|
description: "Mochitest plain Valgrind run"
|
2019-04-22 23:44:01 +03:00
|
|
|
suite:
|
2019-04-23 01:32:34 +03:00
|
|
|
name: mochitest-valgrind-plain
|
2018-01-12 23:49:58 +03:00
|
|
|
treeherder-symbol: M-V()
|
2017-10-17 23:25:41 +03:00
|
|
|
run-on-projects: []
|
|
|
|
tier: 3
|
|
|
|
loopback-video: true
|
|
|
|
chunks: 40
|
|
|
|
max-run-time: 14400
|
|
|
|
# We could re-enable e10s later.
|
|
|
|
# There's no intrinsic reason not to use it.
|
|
|
|
e10s: false
|
2019-04-18 17:40:08 +03:00
|
|
|
variants: []
|
2017-10-17 23:25:41 +03:00
|
|
|
allow-software-gl-layers: false
|
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: plain
|
|
|
|
chunked: true
|
|
|
|
|
2018-06-26 06:23:33 +03:00
|
|
|
mochitest-webgl1-core:
|
|
|
|
description: "Mochitest webgl1-core run"
|
|
|
|
treeherder-symbol: M(gl1c)
|
2019-04-04 15:50:03 +03:00
|
|
|
run-on-projects:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64/opt: ['try', 'mozilla-central']
|
|
|
|
default: built-projects
|
2017-10-17 23:25:41 +03:00
|
|
|
virtualization: virtual-with-gpu
|
2019-05-21 19:04:06 +03:00
|
|
|
e10s: true
|
2018-06-26 06:23:33 +03:00
|
|
|
loopback-video: true
|
2019-04-11 01:48:40 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64.*: 2
|
|
|
|
default: default
|
2018-06-26 06:23:33 +03:00
|
|
|
max-run-time:
|
|
|
|
by-test-platform:
|
|
|
|
windows.*: 5400
|
2019-05-14 21:33:12 +03:00
|
|
|
macosx.*64-ccov/debug: 7200
|
2018-06-26 06:23:33 +03:00
|
|
|
default: 3600
|
|
|
|
# Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
|
|
|
|
allow-software-gl-layers: false
|
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: plain
|
|
|
|
|
|
|
|
mochitest-webgl1-ext:
|
|
|
|
description: "Mochitest webgl1-ext run"
|
|
|
|
treeherder-symbol: M(gl1e)
|
2019-04-04 15:50:03 +03:00
|
|
|
run-on-projects:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64/opt: ['try', 'mozilla-central']
|
|
|
|
default: built-projects
|
2018-06-26 06:23:33 +03:00
|
|
|
virtualization: virtual-with-gpu
|
2019-05-21 19:04:06 +03:00
|
|
|
e10s: true
|
2018-06-26 06:23:33 +03:00
|
|
|
loopback-video: true
|
2019-04-11 01:48:40 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64.*: 2
|
|
|
|
default: default
|
2018-06-26 06:23:33 +03:00
|
|
|
max-run-time:
|
|
|
|
by-test-platform:
|
|
|
|
windows.*: 5400
|
|
|
|
default: 3600
|
2018-06-26 06:23:33 +03:00
|
|
|
# Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
|
|
|
|
allow-software-gl-layers: false
|
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: plain
|
|
|
|
|
|
|
|
mochitest-webgl2-core:
|
|
|
|
description: "Mochitest webgl2-core run"
|
|
|
|
treeherder-symbol: M(gl2c)
|
2019-04-04 15:50:03 +03:00
|
|
|
run-on-projects:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64/opt: ['try', 'mozilla-central']
|
|
|
|
default: built-projects
|
2018-06-26 06:23:33 +03:00
|
|
|
virtualization: virtual-with-gpu
|
2019-05-21 19:04:06 +03:00
|
|
|
e10s: true
|
2018-06-26 06:23:33 +03:00
|
|
|
loopback-video: true
|
2019-04-11 01:48:40 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64.*: 2
|
|
|
|
default: default
|
2018-06-26 06:23:33 +03:00
|
|
|
max-run-time:
|
|
|
|
by-test-platform:
|
|
|
|
windows.*: 5400
|
|
|
|
default: 3600
|
2018-06-26 06:23:33 +03:00
|
|
|
# Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
|
|
|
|
allow-software-gl-layers: false
|
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: plain
|
2018-06-26 06:23:33 +03:00
|
|
|
|
|
|
|
mochitest-webgl2-ext:
|
|
|
|
description: "Mochitest webgl2-ext run"
|
|
|
|
treeherder-symbol: M(gl2e)
|
2019-04-04 15:50:03 +03:00
|
|
|
run-on-projects:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64/opt: ['try', 'mozilla-central']
|
|
|
|
default: built-projects
|
2018-06-26 06:23:33 +03:00
|
|
|
virtualization: virtual-with-gpu
|
|
|
|
chunks: 4
|
2019-05-21 19:04:06 +03:00
|
|
|
e10s: true
|
2018-06-26 06:23:33 +03:00
|
|
|
loopback-video: true
|
2019-04-11 01:48:40 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64.*: 2
|
|
|
|
default: default
|
2018-06-26 06:23:33 +03:00
|
|
|
max-run-time:
|
|
|
|
by-test-platform:
|
|
|
|
windows.*: 5400
|
|
|
|
default: 3600
|
|
|
|
# Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
|
|
|
|
allow-software-gl-layers: false
|
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: plain
|
|
|
|
chunked: true
|
|
|
|
|
|
|
|
mochitest-webgl2-deqp:
|
|
|
|
description: "Mochitest webgl2-deqp run"
|
|
|
|
treeherder-symbol: M(gl2d)
|
2018-11-26 12:45:41 +03:00
|
|
|
run-on-projects: [] # Don't run this for now.
|
2018-06-26 06:23:33 +03:00
|
|
|
virtualization: virtual-with-gpu
|
|
|
|
chunks: 4
|
2019-05-21 19:04:06 +03:00
|
|
|
e10s: true
|
2018-06-26 06:23:33 +03:00
|
|
|
loopback-video: true
|
2019-04-11 01:48:40 +03:00
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-aarch64.*: 2
|
|
|
|
default: default
|
2018-06-26 06:23:33 +03:00
|
|
|
max-run-time:
|
|
|
|
by-test-platform:
|
|
|
|
windows.*: 5400
|
|
|
|
default: 3600
|
|
|
|
# Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
|
|
|
|
allow-software-gl-layers: false
|
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: plain
|
|
|
|
chunked: true
|
2019-06-17 16:57:03 +03:00
|
|
|
|
|
|
|
mochitest-remote:
|
|
|
|
description: "Mochitest for the remote agent (/remote folder)"
|
|
|
|
suite:
|
|
|
|
name: mochitest-remote
|
|
|
|
treeherder-symbol: M(remote)
|
|
|
|
loopback-video: true
|
|
|
|
max-run-time: 5400
|
|
|
|
mozharness:
|
|
|
|
mochitest-flavor: browser
|