2017-10-17 23:25:41 +03:00
|
|
|
geckoview:
|
|
|
|
description: "Geckoview run"
|
|
|
|
suite: geckoview
|
|
|
|
treeherder-symbol: tc(gv)
|
|
|
|
instance-size: xlarge
|
|
|
|
loopback-video: true
|
|
|
|
e10s: false
|
|
|
|
mozharness:
|
|
|
|
script: android_emulator_unittest.py
|
|
|
|
no-read-buildbot-config: true
|
|
|
|
config:
|
2017-10-21 04:07:01 +03:00
|
|
|
by-test-platform:
|
|
|
|
android-4.2-x86/opt:
|
|
|
|
- android/androidx86.py
|
|
|
|
android.*:
|
|
|
|
- android/androidarm_4_3.py
|
2017-10-17 23:25:41 +03:00
|
|
|
extra-options:
|
|
|
|
- --test-suite=geckoview
|
|
|
|
|
|
|
|
robocop:
|
|
|
|
description: "Robocop run"
|
|
|
|
suite: robocop
|
|
|
|
treeherder-symbol: tc-M(rc)
|
|
|
|
instance-size: xlarge
|
|
|
|
chunks:
|
|
|
|
by-test-platform:
|
|
|
|
# android-4.3-arm7-api-16/debug -- not run
|
|
|
|
android-4.3-arm7-api-16/opt: 4
|
|
|
|
android-4.3-arm7-api-16-gradle/opt: 4
|
|
|
|
loopback-video: true
|
|
|
|
e10s: false
|
|
|
|
mozharness:
|
|
|
|
script: android_emulator_unittest.py
|
|
|
|
no-read-buildbot-config: true
|
|
|
|
config:
|
|
|
|
- android/androidarm_4_3.py
|
|
|
|
extra-options:
|
|
|
|
- --test-suite=robocop
|
|
|
|
|
|
|
|
telemetry-tests-client:
|
|
|
|
description: "Telemetry tests client run"
|
|
|
|
suite: telemetry-tests-client
|
|
|
|
treeherder-symbol: tc-e10s
|
|
|
|
max-run-time: 5400
|
|
|
|
checkout: true
|
|
|
|
tier: 3
|
|
|
|
mozharness:
|
|
|
|
script: telemetry/telemetry_client.py
|
|
|
|
config:
|
|
|
|
by-test-platform:
|
|
|
|
linux.*:
|
|
|
|
- remove_executables.py
|
|
|
|
windows.*: []
|
|
|
|
|
|
|
|
test-verify:
|
|
|
|
description: "Extra verification of tests modified on this push"
|
2017-12-20 03:39:21 +03:00
|
|
|
suite: test-verify
|
2017-10-17 23:25:41 +03:00
|
|
|
treeherder-symbol: tc(TV)
|
|
|
|
loopback-video: true
|
2018-01-03 19:29:32 +03:00
|
|
|
instance-size:
|
|
|
|
by-test-platform:
|
|
|
|
android.*: xlarge
|
|
|
|
default: default
|
2017-10-17 23:25:41 +03:00
|
|
|
max-run-time: 5400
|
|
|
|
allow-software-gl-layers: false
|
|
|
|
run-on-projects:
|
|
|
|
by-test-platform:
|
|
|
|
# do not run on ccov; see also the enable_code_coverage transform
|
|
|
|
linux64-ccov/.*: []
|
|
|
|
default: built-projects
|
|
|
|
tier:
|
|
|
|
by-test-platform:
|
|
|
|
windows10-64-asan.*: 3
|
|
|
|
default: 2
|
|
|
|
mozharness:
|
2017-10-19 21:35:04 +03:00
|
|
|
script:
|
|
|
|
by-test-platform:
|
|
|
|
android.*: android_emulator_unittest.py
|
|
|
|
default: desktop_unittest.py
|
|
|
|
config:
|
|
|
|
by-test-platform:
|
|
|
|
android.*:
|
2017-10-17 23:25:41 +03:00
|
|
|
- android/androidarm_4_3.py
|
2017-10-19 21:35:04 +03:00
|
|
|
linux.*:
|
|
|
|
- unittests/linux_unittest.py
|
|
|
|
- remove_executables.py
|
|
|
|
macosx.*:
|
|
|
|
- remove_executables.py
|
|
|
|
- unittests/mac_unittest.py
|
|
|
|
windows.*:
|
|
|
|
- unittests/win_taskcluster_unittest.py
|
|
|
|
no-read-buildbot-config: true
|
|
|
|
extra-options:
|
|
|
|
- --verify
|