mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 14:19:15 +00:00
32 lines
874 B
YAML
32 lines
874 B
YAML
---
|
|
$inherits:
|
|
from: 'tasks/test.yml'
|
|
task:
|
|
metadata:
|
|
name: '[TC] CPP Unit Tests'
|
|
description: CPP Unit Tests test run
|
|
|
|
payload:
|
|
command:
|
|
- entrypoint
|
|
- >
|
|
python ./mozharness/scripts/b2g_emulator_unittest.py
|
|
--config-file ./mozharness/configs/b2g/emulator_automation_config.py
|
|
--config-file ./mozharness_configs/emulator_override.py
|
|
--download-symbols ondemand
|
|
--test-suite cppunittest
|
|
--installer-url {{build_url}}
|
|
--test-url {{tests_url}}
|
|
--xre-url https://s3-us-west-2.amazonaws.com/test-caching/packages/xre_linux_x86.zip
|
|
artifacts:
|
|
'public/build':
|
|
type: directory
|
|
path: '/home/worker/artifacts/'
|
|
expires: '{{#from_now}}1 year{{/from_now}}'
|
|
|
|
extra:
|
|
treeherder:
|
|
groupName: CPP Unit Tests
|
|
symbol: 'Cpp'
|
|
productName: b2g
|