mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-19 02:13:04 +00:00
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
---
|
|
$inherits:
|
|
from: 'tasks/tests/b2g_unittest_base.yml'
|
|
task:
|
|
metadata:
|
|
name: '[TC] Mulet Gaia Unit Test'
|
|
description: Mulet Gaia Unit Test
|
|
|
|
payload:
|
|
command:
|
|
- entrypoint
|
|
- ./bin/pull_gaia.sh &&
|
|
- >
|
|
python ./mozharness/scripts/gaia_unit.py
|
|
--application firefox
|
|
--no-read-buildbot-config
|
|
--config-file b2g/gaia_unit_production_config.py
|
|
--config-file ./mozharness_configs/gaia_integration_override.py
|
|
--config-file ./mozharness_configs/remove_executables.py
|
|
--no-pull
|
|
--installer-url {{build_url}}
|
|
--test-packages-url {{test_packages_url}}
|
|
--download-symbols ondemand
|
|
--gaia-repo {{gaia_head_repository}}
|
|
--gaia-dir /home/worker
|
|
--xre-url https://queue.taskcluster.net/v1/task/wXAHAaxDQpqxoWF1iljJjg/runs/0/artifacts/public/cache/xulrunner-sdk-40.zip
|
|
--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: 10
|
|
treeherder:
|
|
groupSymbol: Gu
|
|
groupName: Mulet gaia unit tests
|
|
symbol: {{chunk}}
|