tenfourfox/testing/taskcluster/tasks/tests/b2g_mochitest.yml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

35 lines
950 B
YAML

---
$inherits:
from: 'tasks/tests/b2g_unittest_base.yml'
task:
metadata:
name: '[TC] B2G Mochitests {{chunk}}'
description: B2G Desktop Mochi test run {{chunk}}
payload:
command:
- entrypoint # entrypoint ensures we are running in xvfb
- >
python ./mozharness/scripts/b2g_desktop_unittest.py
--no-read-buildbot-config
--config-file /home/worker/b2g-desktop-config.py
--config-file ./mozharness_configs/remove_executables.py
--installer-url {{build_url}}
--test-url {{tests_url}}
--download-symbols ondemand
--test-suite mochitest
--total-chunk={{total_chunks}}
--this-chunk={{chunk}}
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}}