mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
37 lines
1.0 KiB
YAML
37 lines
1.0 KiB
YAML
---
|
|
$inherits:
|
|
from: 'tasks/test.yml'
|
|
task:
|
|
metadata:
|
|
name: '[TC] Mochitest'
|
|
description: Mochitest test run {{chunk}}
|
|
|
|
payload:
|
|
maxRunTime: 7200
|
|
command:
|
|
- entrypoint
|
|
- >
|
|
python ./mozharness/scripts/b2g_emulator_unittest.py
|
|
--config-file ./mozharness/configs/b2g/emulator_automation_config.py
|
|
--config-file ./mozharness_configs/gaia_integration_override.py
|
|
--config-file ./mozharness_configs/emulator_override.py
|
|
--download-symbols ondemand
|
|
--test-suite mochitest
|
|
--installer-url {{build_url}}
|
|
--test-url {{tests_url}}
|
|
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre_linux_x86.zip
|
|
--this-chunk {{chunk}}
|
|
--total-chunk {{total_chunks}}
|
|
artifacts:
|
|
'public/build':
|
|
type: directory
|
|
path: '/home/worker/artifacts/'
|
|
expires: '{{#from_now}}1 year{{/from_now}}'
|
|
|
|
extra:
|
|
treeherder:
|
|
groupName: Mochitest
|
|
groupSymbol: tc-M
|
|
symbol: '{{chunk}}'
|
|
productName: b2g
|