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

45 lines
1.3 KiB
YAML

---
$inherits:
from: 'tasks/tests/b2g_unittest_base.yml'
task:
metadata:
name: '[TC] Mochitest'
description: Mochitest test run {{chunk}}
workerType: b2gtest-emulator
payload:
maxRunTime: 7200
command:
- entrypoint
- >
python ./mozharness/scripts/b2g_emulator_unittest.py
--no-read-buildbot-config
--config-file ./mozharness/configs/b2g/emulator_automation_config.py
--config-file ./mozharness_configs/gaia_integration_override.py
--config-file ./mozharness_configs/emulator_override.py
--config-file ./mozharness_configs/remove_executables.py
--download-symbols ondemand
--test-suite mochitest
--installer-url {{build_url}}
--test-packages-url {{test_packages_url}}
--xre-url http://people.mozilla.org/~jdai/xulrunner-sdk-40.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:
treeherderEnv:
- production
- staging
chunks:
total: 50
treeherder:
groupName: Mochitest
groupSymbol: tc-M
symbol: '{{chunk}}'
productName: b2g