mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 02:13:04 +00:00
36 lines
992 B
YAML
36 lines
992 B
YAML
---
|
|
$inherits:
|
|
from: 'tasks/tests/b2g_unittest_base.yml'
|
|
task:
|
|
metadata:
|
|
name: '[TC] Mochitest OOP'
|
|
description: Mochitest OOP 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 b2g/desktop_automation_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}}
|
|
--browser-arg -oop
|
|
artifacts:
|
|
'public/build':
|
|
type: directory
|
|
path: '/home/worker/artifacts/'
|
|
expires: '{{#from_now}}1 year{{/from_now}}'
|
|
|
|
extra:
|
|
treeherder:
|
|
groupName: Mochitest OOP
|
|
groupSymbol: tc-M-oop
|
|
symbol: '{{chunk}}'
|
|
productName: b2g
|