mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
35 lines
1020 B
YAML
35 lines
1020 B
YAML
---
|
|
$inherits:
|
|
from: 'tasks/test.yml'
|
|
task:
|
|
metadata:
|
|
name: '[TC] XPCShell'
|
|
description: XPCShell test run
|
|
|
|
workerType: b2gtest-emulator
|
|
payload:
|
|
maxRunTime: 6000
|
|
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 xpcshell
|
|
--installer-url {{build_url}}
|
|
--test-packages-url {{test_packages_url}}
|
|
--xre-url https://queue.taskcluster.net/v1/task/wXAHAaxDQpqxoWF1iljJjg/runs/0/artifacts/public/cache/xulrunner-sdk-40.zip
|
|
artifacts:
|
|
'public/build':
|
|
type: directory
|
|
path: '/home/worker/artifacts/'
|
|
expires: '{{#from_now}}1 year{{/from_now}}'
|
|
|
|
extra:
|
|
treeherder:
|
|
groupName: XPCShell
|
|
symbol: X
|
|
productName: b2g
|