зеркало из https://github.com/mozilla/gecko-dev.git
82 строки
2.3 KiB
YAML
82 строки
2.3 KiB
YAML
job-defaults:
|
|
max-run-time: 1800
|
|
suite: raptor
|
|
tier:
|
|
by-test-platform:
|
|
windows10-64-ccov/.*: 3
|
|
linux64-ccov/.*: 3
|
|
default: 3
|
|
virtualization:
|
|
by-test-platform:
|
|
windows10-64-ccov/.*: virtual
|
|
default: hardware
|
|
mozharness:
|
|
script: raptor_script.py
|
|
config:
|
|
by-test-platform:
|
|
macosx.*:
|
|
- raptor/mac_config.py
|
|
windows.*:
|
|
- raptor/windows_config.py
|
|
windows10-64-ccov/debug:
|
|
- raptor/windows_vm_config.py
|
|
linux64-ccov/opt:
|
|
- raptor/linux64_config_taskcluster.py
|
|
default:
|
|
- raptor/linux_config.py
|
|
|
|
raptor-firefox-tp6:
|
|
description: "Raptor Firefox tp6"
|
|
try-name: raptor-firefox-tp6
|
|
treeherder-symbol: Rap(tp6)
|
|
run-on-projects:
|
|
by-test-platform:
|
|
macosx.*: ['try', 'mozilla-central']
|
|
linux64.*: ['try', 'mozilla-central']
|
|
default: ['try']
|
|
max-run-time: 1200
|
|
mozharness:
|
|
extra-options:
|
|
- --test=raptor-tp6
|
|
|
|
raptor-firefox-speedometer:
|
|
description: "Raptor Firefox speedometer"
|
|
try-name: raptor-firefox-speedometer
|
|
treeherder-symbol: Rap(sp)
|
|
run-on-projects:
|
|
by-test-platform:
|
|
macosx.*: ['try', 'mozilla-central']
|
|
default: ['try']
|
|
max-run-time: 1500
|
|
mozharness:
|
|
extra-options:
|
|
- --test=raptor-speedometer
|
|
|
|
raptor-chrome-tp6:
|
|
description: "Raptor Chrome tp6"
|
|
try-name: raptor-chrome-tp6
|
|
treeherder-symbol: Rap-C(tp6)
|
|
run-on-projects:
|
|
by-test-platform:
|
|
.*-qr/.*: ['try']
|
|
default: ['try']
|
|
max-run-time: 1200
|
|
mozharness:
|
|
extra-options:
|
|
- --test=raptor-tp6
|
|
- --app=chrome
|
|
|
|
raptor-chrome-speedometer:
|
|
description: "Raptor Chrome speedometer"
|
|
try-name: raptor-chrome-speedometer
|
|
treeherder-symbol: Rap-C(sp)
|
|
run-on-projects:
|
|
by-test-platform:
|
|
macosx.*: ['try', 'mozilla-central']
|
|
default: ['try']
|
|
max-run-time: 1500
|
|
mozharness:
|
|
extra-options:
|
|
- --test=raptor-speedometer
|
|
- --app=chrome
|