mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
|
---
|
||
|
$inherits:
|
||
|
from: 'tasks/tests/b2g_unittest_base.yml'
|
||
|
task:
|
||
|
metadata:
|
||
|
name: '[TC] Crashtest'
|
||
|
description: Crashtest test run {{chunk}}
|
||
|
|
||
|
workerType: b2gtest-emulator
|
||
|
payload:
|
||
|
maxRunTime: 3600
|
||
|
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
|
||
|
--config-file ./mozharness_configs/remove_executables.py
|
||
|
--download-symbols ondemand
|
||
|
--test-suite crashtest
|
||
|
--installer-url {{build_url}}
|
||
|
--test-packages-url {{test_packages_url}}
|
||
|
--xre-url https://queue.taskcluster.net/v1/task/YNNF94qRSyCXiSU_AQgFOQ/runs/0/artifacts/public/cache/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:
|
||
|
chunks:
|
||
|
total: 5
|
||
|
treeherderEnv:
|
||
|
- production
|
||
|
- staging
|
||
|
treeherder:
|
||
|
groupName: Reftest
|
||
|
groupSymbol: tc-R
|
||
|
symbol: 'C{{chunk}}'
|
||
|
productName: b2g
|