gecko/testing/taskcluster/tasks/tests/mulet_mochitests.yml

38 lines
1.0 KiB
YAML

---
$inherits:
from: 'tasks/test.yml'
task:
metadata:
name: '[TC] Mulet Mochitests ( {{chunk}} )'
description: Mulet Mochitest run {{chunk}}
payload:
command:
- entrypoint # entrypoint ensures we are running in xvfb
- >
python ./mozharness/scripts/desktop_unittest.py
--no-read-buildbot-config
--config-file ./mozharness/configs/unittests/linux_unittest.py
--config-file ./mozharness_configs/remove_executables.py
--installer-url {{build_url}}
--test-packages-url {{test_packages_url}}
--download-symbols ondemand
--mochitest-suite plain-chunked
--total-chunk={{total_chunks}}
--this-chunk={{chunk}}
artifacts:
'public/build':
type: directory
path: '/home/worker/artifacts/'
expires: '{{#from_now}}1 year{{/from_now}}'
extra:
treeherderEnv:
- production
- staging
chunks:
total: 5
treeherder:
groupSymbol: M
groupName: Mulet mochitests
symbol: {{chunk}}